summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2006-09-21 18:16:22 +0000
committerkan <kan@FreeBSD.org>2006-09-21 18:16:22 +0000
commit905b41f24e61c24b1dfe22823f390f35939c8e61 (patch)
tree2bd253d1bebb6147fc92cdb85af71017a46836fd
parente942f54609255e62fd09f4311b8ecf03002713a3 (diff)
downloadFreeBSD-src-905b41f24e61c24b1dfe22823f390f35939c8e61.zip
FreeBSD-src-905b41f24e61c24b1dfe22823f390f35939c8e61.tar.gz
Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.
-rw-r--r--usr.sbin/authpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index 82d7824..b4c9b4f 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -11,7 +11,7 @@ BINMODE= 6555
SRCS= authpf.c
-CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl -Wall -Werror
+CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl
# XXX ALTQ:
CFLAGS+= -DENABLE_ALTQ
OpenPOWER on IntegriCloud