summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-11-26 06:40:15 +0000
committerhubertf <hubertf@pkgsrc.org>1998-11-26 06:40:15 +0000
commitf21be39f4da24bc991d02a6491833e89d298e5f5 (patch)
tree8c39c84c927d47efd245bb27811fca2dec84bc6d
parent7030dfef8a4bd5cc01777621f1f206037e581efa (diff)
downloadpkgsrc-f21be39f4da24bc991d02a6491833e89d298e5f5.tar.gz
Set BSD_PKG_MK=1 so people can put conditional things into their
/etc/mk.conf. Suggested by Johnny Chi-Lung Lam <jlbg+@andrew.cmu.edu>.
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index db727e15682..f9ec8c7ab96 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.196 1998/11/25 17:15:36 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.197 1998/11/26 06:40:15 hubertf Exp $
#
# This file is in the public domain.
#
@@ -17,6 +17,9 @@
# NEVER override the "regular" targets unless you want to open
# a major can of worms.
+# Let people know what's going on
+BSD_PKG_MK=1
+
# Get the operating system type
OPSYS!= uname -s