summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-03-28 10:50:30 +0000
committermarkm <markm@FreeBSD.org>1999-03-28 10:50:30 +0000
commitf15070b9aea1b418779b2ec9186b55362f8144d6 (patch)
tree65d8f554764ceae0afb9f27584f0bf7d740fa3d6 /usr.sbin/inetd/Makefile
parent6cbcd29274c7498622010b1c966062387aad552f (diff)
downloadFreeBSD-src-f15070b9aea1b418779b2ec9186b55362f8144d6.zip
FreeBSD-src-f15070b9aea1b418779b2ec9186b55362f8144d6.tar.gz
Now inetd(8) has direct support for tcp_wrappers! Not working at the
moment is support for the internal serfvices, so these are not enabled. Volunteers welcome!
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 2682ea5..1c671fc 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -1,13 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
-COPTS+= -Wall -DLOGIN_CAP
+COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP
#COPTS+= -DSANITY_CHECK
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
+DPADD+= ${LIBUTIL} ${LIBWRAP}
+LDADD+= -lutil -lwrap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud