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 | ffcdf619a03758d2fafe2e0da4f7e1103872be9b (patch) | |
tree | f0351a84214c789b7288331eed71c10467f5b5e0 /mk/buildlink3 | |
parent | f0d4da2f744b88d5958f7a12d618ad37ae96bf88 (diff) | |
download | pkgsrc-ffcdf619a03758d2fafe2e0da4f7e1103872be9b.tar.gz |
Use bsd.fast.prefs.mk in some very commonly included locations.
Diffstat (limited to 'mk/buildlink3')
-rw-r--r-- | mk/buildlink3/bsd.builtin.mk | 4 |
1 files changed, 2 insertions, 2 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} # |