# $FreeBSD: stable/3/usr.sbin/kgzip/Makefile 50581 1999-08-29 15:57:45Z peter $

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

.include <bsd.prog.mk>
