summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-05 03:39:17 +0000
committerjlam <jlam@pkgsrc.org>2004-02-05 03:39:17 +0000
commitfee0a809ced72a6c56fad1e54b0e42455aedf0a2 (patch)
treef053da659d7f49835c0291689be849b4de84ae5b /mk/bsd.prefs.mk
parent629be8a499229a01bf5edb46711dd7b72a95a958 (diff)
downloadpkgsrc-fee0a809ced72a6c56fad1e54b0e42455aedf0a2.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.mk6
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}+