summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kgzip/Makefile')
-rw-r--r--usr.sbin/kgzip/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile
index 0db61e7..1d051ba 100644
--- a/usr.sbin/kgzip/Makefile
+++ b/usr.sbin/kgzip/Makefile
@@ -5,10 +5,6 @@ MAINTAINER= rnordier
PROG= kgzip
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
MAN= kgzip.8
-CFLAGS+=-pedantic \
- -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
- -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
- -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes \
- -Wwrite-strings
+CFLAGS+= ${BDECFLAGS}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud