summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/Makefile
blob: 46f7ce3ac1b4a23a9ee641fafe2e1f17b7799f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

MAINTAINER=	rnordier

PROG=	kgzip
SRCS=	kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud