diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-05 22:48:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-05 22:48:12 +0000 |
commit | 60415acdfcf26cf2491c62ad5104f524231e3b08 (patch) | |
tree | 79aa166274a14db97105222a08911228077c0a36 | |
parent | 36b8f6b66bb9189a4944497146ef344380e92630 (diff) | |
download | pkgsrc-60415acdfcf26cf2491c62ad5104f524231e3b08.tar.gz |
Remove a unused hack (it was only used by pthread.buildlink.mk, which is
now gone).
-rw-r--r-- | mk/bsd.prefs.mk | 14 |
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 |