diff options
author | salo <salo@pkgsrc.org> | 2003-09-12 22:53:18 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-09-12 22:53:18 +0000 |
commit | 308a25fb9ce245a9d24dc1c3fa2f43592c353f25 (patch) | |
tree | b4949fe2beef7a3221e2e8f19d8d5a802b103932 /mk/compiler.mk | |
parent | 85585112fc836589c4affc91da623ca5bb1dea84 (diff) | |
download | pkgsrc-308a25fb9ce245a9d24dc1c3fa2f43592c353f25.tar.gz |
Sync comments with reality.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r-- | mk/compiler.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index 51d9c6bb61e..a81d2db1f43 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.5 2003/09/12 20:10:17 grant Exp $ +# $NetBSD: compiler.mk,v 1.6 2003/09/12 22:53:18 salo Exp $ # This Makefile fragment implements handling for supported # C/C++/fortran compilers. @@ -15,15 +15,15 @@ # Indicates that a package uses GCC shared libraries, so we # register a runtime dependency on the compiler package. # -# The following variables are reserved for future use: -# -# USE_MIPSPRO -# Use the Silicon Graphics, Inc. MIPSpro compiler. -# # USE_SUNPRO # Use the Sun Microsystems Inc. WorkShop/Forte/Sun ONE Studio # compiler collection. # +# The following variable is reserved for future use: +# +# USE_MIPSPRO +# Use the Silicon Graphics, Inc. MIPSpro compiler. +# .if !defined(COMPILER_MK) COMPILER_MK= # defined |