summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-06-24 09:20:42 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-06-24 09:20:42 +0000
commit2a93d1e87003ea72ee66442e9b6fd95d681c5dad (patch)
tree88137277a1408913ac4f35fd0c1eb37f191f1127 /usr.sbin/inetd/Makefile
parent670077b10fcc93279109e3d87d1d6c41ccf348de (diff)
downloadFreeBSD-src-2a93d1e87003ea72ee66442e9b6fd95d681c5dad.zip
FreeBSD-src-2a93d1e87003ea72ee66442e9b6fd95d681c5dad.tar.gz
Don't add -Wall, as it's a compiler specific flag.
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-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 f0be070..2f741b3 100644
--- a/usr.sbin/inetd/Makefile
+++ b/usr.sbin/inetd/Makefile
@@ -8,7 +8,7 @@ SRCS= inetd.c builtins.c
MAN= inetd.8
MLINKS= inetd.8 inetd.conf.5
-COPTS+= -Wall -DLOGIN_CAP
+COPTS+= -DLOGIN_CAP
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}
OpenPOWER on IntegriCloud