From a933327c4b1951169c587474cc2c10bf0f82cd8a Mon Sep 17 00:00:00 2001 From: David Malone Date: Sun, 24 Jun 2001 09:20:42 +0000 Subject: [PATCH] Don't add -Wall, as it's a compiler specific flag. --- usr.sbin/inetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index f0be070c144..2f741b3bf16 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} -- 2.45.2