aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2006-04-17 19:52:00 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2006-04-17 19:52:00 +0000
commitf3c6fec05f07a141ec6fa3d198f268a51b62a173 (patch)
treeb9f5dbc5b9ce3b8b5886b07dc4f5afa0d348dc56
parent2971c36136e01558b58aa4485ecf957f1760121f (diff)
Notes
-rw-r--r--usr.sbin/inetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 7e554a6a6e1e8..afe4c51135808 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -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}