mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= kgzip
|
|
MAN= kgzip.8
|
|
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
|
|
|
CFLAGS+= ${BDECFLAGS}
|
|
|
|
.include <bsd.prog.mk>
|