Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / kgzip / Makefile
1 # $FreeBSD: src/usr.sbin/kgzip/Makefile,v 1.2.2.2 2001/07/19 04:37:24 kris Exp $
2 # $DragonFly: src/usr.sbin/kgzip/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
3
4 PROG=   kgzip
5 SRCS=   kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
6 MAN=    kgzip.8
7 CFLAGS+=-pedantic \
8         -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
9         -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
10         -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes \
11         -Wwrite-strings
12
13 .include <bsd.prog.mk>