summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 05:54:07 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 05:54:07 +0000
commit84984af7251e310f7a27132c66f08a002917cbe3 (patch)
tree644da04067fab0e8f0d5eb398dbe52a2a2e93d2e /usr.sbin/inetd/Makefile
parent8acbfb4949510965773b81b9e10e781e3a230d79 (diff)
downloadFreeBSD-src-84984af7251e310f7a27132c66f08a002917cbe3.zip
FreeBSD-src-84984af7251e310f7a27132c66f08a002917cbe3.tar.gz
Use -fno-builtin-log so gcc doesn't get ideas about using a math function
to log data. Clean up an unused variable that was hidden by the WARNS?=2 being commented out. Uncomment it now that it compiles cleanly again.
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index 3f01bb8..e222128 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -6,9 +6,10 @@ MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5
SRCS= inetd.c builtins.c
-#WARNS?= 2
+WARNS?= 2
CFLAGS+= -DLOGIN_CAP
#CFLAGS+= -DSANITY_CHECK
+CFLAGS+= -fno-builtin-log
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
OpenPOWER on IntegriCloud