summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortnn <tnn>2008-01-23 17:35:20 +0000
committertnn <tnn>2008-01-23 17:35:20 +0000
commit66cf8a6491978ba58bd8a03a8a077e7c77571ca0 (patch)
treef0351a84214c789b7288331eed71c10467f5b5e0 /mk
parent89ee08e7ebb6869b2509d3cd9ee2c66217ac1ccb (diff)
downloadpkgsrc-66cf8a6491978ba58bd8a03a8a077e7c77571ca0.tar.gz
Use bsd.fast.prefs.mk in some very commonly included locations.
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink3/bsd.builtin.mk4
-rw-r--r--mk/pthread.buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/buildlink3/bsd.builtin.mk b/mk/buildlink3/bsd.builtin.mk
index 50997f1ac8a..a614ac13920 100644
--- a/mk/buildlink3/bsd.builtin.mk
+++ b/mk/buildlink3/bsd.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.builtin.mk,v 1.8 2006/04/10 12:25:43 tron Exp $
+# $NetBSD: bsd.builtin.mk,v 1.9 2008/01/23 17:35:20 tnn Exp $
#
# Copyright (c) 2004-2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -120,7 +120,7 @@
# multiple inclusion.
#
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
.for _pkg_ in ${BUILTIN_PKG}
#
diff --git a/mk/pthread.buildlink3.mk b/mk/pthread.buildlink3.mk
index f656f0fd4dc..56c4dec0e4f 100644
--- a/mk/pthread.buildlink3.mk
+++ b/mk/pthread.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pthread.buildlink3.mk,v 1.26 2007/11/07 07:49:02 rillig Exp $
+# $NetBSD: pthread.buildlink3.mk,v 1.27 2008/01/23 17:35:20 tnn Exp $
#
# The pthreads strategy for pkgsrc is to "bless" a particular pthread
# package as the Official Pthread Replacement (OPR). The following
@@ -79,7 +79,7 @@ _PKG_PTHREAD_BUILDLINK3_MK?= ${_PKG_PTHREAD_PKGSRCDIR}/buildlink3.mk
# can actually be used to replace a native pthreads.
_PKG_PTHREAD_COMPAT_PATTERNS= *-*-*
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
PTHREAD_OPTS?= # empty
#