diff options
author | grant <grant@pkgsrc.org> | 2003-09-17 19:58:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-17 19:58:08 +0000 |
commit | 9fc9274cae51440cc5da20a959f415eabe1e3db7 (patch) | |
tree | 29afbdb5fc4daab871a0cf70796258ab11a5d436 /mk | |
parent | 436e000995e3e53d01892ca3de34fccb516f5adc (diff) | |
download | pkgsrc-9fc9274cae51440cc5da20a959f415eabe1e3db7.tar.gz |
explain why including this file in pkg Makefiles is useless.
Diffstat (limited to 'mk')
-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 |