diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-23 17:35:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-23 17:35:20 +0000 |
commit | 4a325fa5923b918ad237c2c57405a65b22b4ef95 (patch) | |
tree | f0351a84214c789b7288331eed71c10467f5b5e0 /mk | |
parent | 800789264a8d67c2cc6384d14dd90e74bf5f3a9d (diff) | |
download | pkgsrc-4a325fa5923b918ad237c2c57405a65b22b4ef95.tar.gz |
Use bsd.fast.prefs.mk in some very commonly included locations.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/bsd.builtin.mk | 4 | ||||
-rw-r--r-- | mk/pthread.buildlink3.mk | 4 |
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 # |