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 | 5b3de2ec01ca7d469c235259b151a0f1df0f574e (patch) | |
tree | 29afbdb5fc4daab871a0cf70796258ab11a5d436 /mk | |
parent | d80aee05453fbb9a32f0bded8fc9bdf67de804eb (diff) | |
download | pkgsrc-5b3de2ec01ca7d469c235259b151a0f1df0f574e.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 |