]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/kgzip/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / kgzip / Makefile
1 # $FreeBSD$
2
3 PROG=   kgzip
4 MAN=    kgzip.8
5 SRCS=   kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
6
7 WARNS?= 3
8
9 .include <bsd.prog.mk>