From 59dc84bbb50212f1a28f2cd7c1dd5e4ea437248e Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 5 Jan 2003 22:48:12 +0000 Subject: Remove a unused hack (it was only used by pthread.buildlink.mk, which is now gone). --- mk/bsd.prefs.mk | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3