summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-29 05:43:28 +0000
committerjlam <jlam>2004-03-29 05:43:28 +0000
commitbdc005d46035e154e9ab9ada79f502e80e17e643 (patch)
tree2684bb3d4a41538be1b78668954f44c69a49033d /security/tcp_wrappers
parentcd3720af313224c26d5eacfaeb6f053262932c5b (diff)
downloadpkgsrc-bdc005d46035e154e9ab9ada79f502e80e17e643.tar.gz
Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/builtin.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/tcp_wrappers/builtin.mk b/security/tcp_wrappers/builtin.mk
index 468cc9ec558..86d119d53e0 100644
--- a/security/tcp_wrappers/builtin.mk
+++ b/security/tcp_wrappers/builtin.mk
@@ -1,15 +1,10 @@
-# $NetBSD: builtin.mk,v 1.1 2004/03/10 17:57:15 jlam Exp $
+# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:35 jlam Exp $
.if !defined(IS_BUILTIN.tcp_wrappers)
IS_BUILTIN.tcp_wrappers= no
. if exists(/usr/include/tcpd.h)
IS_BUILTIN.tcp_wrappers= yes
. endif
-.endif
-
-CHECK_BUILTIN.tcp_wrappers?= no
-.if !empty(CHECK_BUILTIN.tcp_wrappers:M[yY][eE][sS])
-USE_BUILTIN.tcp_wrappers= yes
-.endif
+.endif # IS_BUILTIN.tcp_wrappers
USE_BUILTIN.tcp_wrappers?= ${IS_BUILTIN.tcp_wrappers}