diff options
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/notonly.help | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/help/notonly.help b/mk/help/notonly.help index c5de9599208..36440616615 100644 --- a/mk/help/notonly.help +++ b/mk/help/notonly.help @@ -1,4 +1,4 @@ -# $NetBSD: notonly.help,v 1.1 2007/09/12 09:55:37 rillig Exp $ +# $NetBSD: notonly.help,v 1.2 2007/09/12 09:59:44 rillig Exp $ # === Package-settable variables === # @@ -16,3 +16,7 @@ # Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated # by dashes. Each of the components may be the wildcard "*". # +# Whenever you use these variables in a package Makefile, add a comment +# nearby _why_ you are restricting the list of platforms. Otherwise +# these restrictions may be quickly removed by other developers. +# |