mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
10 lines
129 B
Makefile
10 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kgzip
|
|
MAN= kgzip.8
|
|
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|