diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-23 03:33:59 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-23 03:33:59 +0000 |
commit | 63e91d101b8aee4637a64050d2e86efb7876042e (patch) | |
tree | 58ccf2d813bfaa69f9b6bb13070c19847c717eea | |
parent | 31bfd98d18e7faba4ece1cf14e1b668a12b450d7 (diff) |
default to tcpwrappers off. ok deraadt
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index d451a6e797d..83b27d60553 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.145 2014/03/18 22:36:31 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.146 2014/03/23 03:33:58 tedu Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -18,7 +18,7 @@ KERBEROS5?= yes YP?= yes # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with # integrated support for libwrap. -TCP_WRAPPERS?= yes +TCP_WRAPPERS?= no # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain to be able to know differences. |