diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2001-06-24 09:20:42 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2001-06-24 09:20:42 +0000 |
commit | 2a93d1e87003ea72ee66442e9b6fd95d681c5dad (patch) | |
tree | 88137277a1408913ac4f35fd0c1eb37f191f1127 /usr.sbin/inetd | |
parent | 670077b10fcc93279109e3d87d1d6c41ccf348de (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 |
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} |