1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1999-07-19 18:00:18 +00:00
|
|
|
|
2000-10-02 17:23:16 +00:00
|
|
|
MAINTAINER= rnordier
|
|
|
|
|
1999-07-19 18:00:18 +00:00
|
|
|
PROG= kgzip
|
2000-11-04 13:02:00 +00:00
|
|
|
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= kgzip.8
|
1999-07-19 18:00:18 +00:00
|
|
|
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>
|