diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-05 03:39:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-05 03:39:17 +0000 |
commit | 4e79342bf9414be5661fb01d3e485488b034a005 (patch) | |
tree | f053da659d7f49835c0291689be849b4de84ae5b /mk/bsd.prefs.mk | |
parent | 847af824f3da027c90ea44fac557b64347d23363 (diff) | |
download | pkgsrc-4e79342bf9414be5661fb01d3e485488b034a005.tar.gz |
Simpilfy the test for whether we're inside bsd.prefs.mk.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 6fef0239571..9b941a2e53d 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.147 2004/02/05 03:37:47 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.148 2004/02/05 03:39:17 jlam Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -6,8 +6,8 @@ # to make sure any variables defined in /etc/mk.conf, $MAKECONF, or # the system defaults (sys.mk and bsd.own.mk) are used. -# If empty(BSD_PREFS_MK:M+*), then we are _not_ being included from -# within bsd.prefs.mk. +# If empty(BSD_PREFS_MK), then we are _not_ being included from within +# bsd.prefs.mk. # BSD_PREFS_MK:= ${BSD_PREFS_MK}+ |