summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-05 22:48:12 +0000
committerjlam <jlam>2003-01-05 22:48:12 +0000
commit4791e6b0c5c031fa0bd29bab416cfe1e63a8aec7 (patch)
tree79aa166274a14db97105222a08911228077c0a36 /mk
parent9ff8069760d45cefb0fc2ddd40e07751444ea291 (diff)
downloadpkgsrc-4791e6b0c5c031fa0bd29bab416cfe1e63a8aec7.tar.gz
Remove a unused hack (it was only used by pthread.buildlink.mk, which is
now gone).
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 2cb550d7898..a85d8d1e834 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.97 2002/12/18 06:18:14 schmonz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.98 2003/01/05 22:48:12 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -13,14 +13,6 @@
BSD_PKG_MK=1
__PREFIX_SET__:=${PREFIX}
-# Define a symbol BSD_PREFS_MK that may be checked by Makefile fragments to
-# test whether they are being included from within bsd.prefs.mk or from
-# without.
-#
-.ifndef BSD_PREFS_MK
-BSD_PREFS_MK=1
-.endif
-
.if exists(/usr/bin/uname)
UNAME=/usr/bin/uname
.elif exists(/bin/uname)
@@ -324,8 +316,4 @@ WRKDIR_BASENAME?= work
WRKDIR?= ${BUILD_DIR}/${WRKDIR_BASENAME}
-.ifdef BSD_PREFS_MK
-.undef BSD_PREFS_MK
-.endif
-
.endif # BSD_PKG_MK