1# $FreeBSD$
2
3PROG=	kgzip
4MAN=	kgzip.8
5SRCS=	kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
6
7WARNS?=	3
8
9.include <bsd.prog.mk>
10