diff options
-rw-r--r-- | mk/compiler.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk index b38810c1629..eddddfd0eff 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,8 +1,11 @@ -# $NetBSD: compiler.mk,v 1.7 2003/09/17 14:37:32 grant Exp $ +# $NetBSD: compiler.mk,v 1.8 2003/09/17 19:58:08 grant Exp $ # This Makefile fragment implements handling for supported # C/C++/fortran compilers. # +# This file should NOT be included from pkg Makefiles, as it is +# automatically included by bsd.pkg.mk. +# # The following variables are used: # # GCC_REQD |