Back out a Makefile change that accidently snook in.

This commit is contained in:
David Malone 2006-04-17 19:52:00 +00:00
parent 2971c36136
commit f3c6fec05f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157819

View File

@ -7,7 +7,7 @@ MLINKS= inetd.8 inetd.conf.5
SRCS= inetd.c builtins.c
WARNS?= 2
CFLAGS+= -DLOGIN_CAP -fno-builtin
CFLAGS+= -DLOGIN_CAP
#CFLAGS+= -DSANITY_CHECK
DPADD= ${LIBUTIL} ${LIBWRAP}