summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-06-01 05:25:29 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-06-01 05:25:29 +0000
commit62386db3aab7667c69cf64549015cd0bd200613c (patch)
tree1b999e81c16272d13cfdd1b31c999a6044c774f1 /share
parent5762d10e609a1e801ff59eef0bdcbbf97f43e23c (diff)
Add TCP_WRAPPERS.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index e5c94c2ed15..5b1956b24ee 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.18 1997/04/29 22:04:20 tholo Exp $
+# $OpenBSD: bsd.own.mk,v 1.19 1997/06/01 05:25:28 downsj Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -14,8 +14,11 @@ SKEY?= yes
KERBEROS?= yes
# Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication.
KERBEROS5?= no
-# Set 'YP' to `yes' to build with support for NIS/YP.
+# Set `YP' to `yes' to build with support for NIS/YP.
YP?= yes
+# Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with
+# integrated support for libwrap.
+TCP_WRAPPERS?= yes
# where the system object and source trees are kept; can be configurable
# by the user in case they want them in ~/foosrc and ~/fooobj, for example