aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-06-17 09:16:08 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-06-17 09:16:08 +0000
commit1181cf3c527b0c66dd5a41f8720e5dc67e4b194a (patch)
treed090c46f381d2b4c15bc44c28910bdffdfddcb2c /usr.sbin/inetd/Makefile
parenta6bd23ccf6f8009ad095af4ad5416dfc185b7ff4 (diff)
Notes
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-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 d3485d1fec11..ddb15c58e297 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.7 1999/04/11 09:22:17 markm Exp $
+# $Id: Makefile,v 1.8 1999/05/07 06:48:01 markm Exp $
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
-COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP
+COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}