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.
This commit is contained in:
Mark Murray 1999-05-07 06:48:01 +00:00
parent cbe5232fe7
commit 4e69f92838
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46622

View File

@ -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}