345e52e742
- MAN[1-9] -> MAN.
15 lines
371 B
Makefile
15 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= rnordier
|
|
|
|
PROG= kgzip
|
|
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
|
MAN= 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>
|