Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / kgzip / Makefile
1 # $FreeBSD: src/usr.sbin/kgzip/Makefile,v 1.2.2.2 2001/07/19 04:37:24 kris Exp $
2
3 PROG=   kgzip
4 SRCS=   kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
5 MAN=    kgzip.8
6 CFLAGS+=-pedantic \
7         -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
8         -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
9         -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes \
10         -Wwrite-strings
11
12 .include <bsd.prog.mk>