summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-30 22:56:44 +0000
committerpeter <peter@FreeBSD.org>2003-10-30 22:56:44 +0000
commit282762c918785ab291ecd9cb1b1d26f1d9200101 (patch)
treecaf70bd85b43b7b2e6df5ad5de42ffef3bb8e780 /usr.sbin/inetd/Makefile
parente6809a8b876002cd81a771faaf6d9b2cc8c864f7 (diff)
downloadFreeBSD-src-282762c918785ab291ecd9cb1b1d26f1d9200101.zip
FreeBSD-src-282762c918785ab291ecd9cb1b1d26f1d9200101.tar.gz
Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'
variable.
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r--usr.sbin/inetd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile
index e222128..afe4c51 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -9,7 +9,6 @@ SRCS= inetd.c builtins.c
WARNS?= 2
CFLAGS+= -DLOGIN_CAP
#CFLAGS+= -DSANITY_CHECK
-CFLAGS+= -fno-builtin-log
DPADD= ${LIBUTIL} ${LIBWRAP}
LDADD= -lutil -lwrap
OpenPOWER on IntegriCloud