summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-12 21:52:34 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-12 21:52:34 +0000
commit5e43280b231641ba58c0ac581f6862e63eda26bb (patch)
tree82e01c1822f7a6700886bc73d34745f4e98bc7a5 /security/tcp_wrappers
parent914dd9cda38d3ba5ac6fe7a1c5944fc73470bf81 (diff)
downloadpkgsrc-5e43280b231641ba58c0ac581f6862e63eda26bb.tar.gz
Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrappers/buildlink3.mk b/security/tcp_wrappers/buildlink3.mk
index 61d9f5e8608..5776176e524 100644
--- a/security/tcp_wrappers/buildlink3.mk
+++ b/security/tcp_wrappers/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2006/07/08 23:11:08 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2006/12/12 21:52:37 joerg Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TCP_WRAPPERS_BUILDLINK3_MK:= ${TCP_WRAPPERS_BUILDLINK3_MK}+
@@ -18,7 +18,7 @@ BUILDLINK_PKGSRCDIR.tcp_wrappers?= ../../security/tcp_wrappers
.endif # TCP_WRAPPERS_BUILDLINK3_MK
# need libnsl and libsocket to link into an executable on Solaris.
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "SunOS"
BUILDLINK_LDADD.tcp_wrappers+= -lnsl -lsocket