aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-05-07 06:48:01 +0000
committerMark Murray <markm@FreeBSD.org>1999-05-07 06:48:01 +0000
commit4e69f928387070b9a036a839e0b0f47c4eb833f0 (patch)
tree4858a5bea39ba13a4d1c56d1be325ef3d656c435 /usr.sbin/inetd
parentcbe5232fe7a8cd6eeef08686960d1878af997630 (diff)
downloadsrc-4e69f928387070b9a036a839e0b0f47c4eb833f0.tar.gz
src-4e69f928387070b9a036a839e0b0f47c4eb833f0.zip
There seems to be a problem (most likely when there is no hosts.allow)
with wrapping the internal services, so do not wrap them for now.
Notes
Notes: svn path=/head/; revision=46622
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 4178a23dc56d..d3485d1fec11 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.6 1999/03/28 10:50:30 markm Exp $
+# $Id: Makefile,v 1.7 1999/04/11 09:22:17 markm Exp $
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
-COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL
+COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}