Deleted Added
full compact
Makefile (74816) Makefile (80022)
1# $FreeBSD: head/usr.sbin/kgzip/Makefile 74816 2001-03-26 14:42:20Z ru $
1# $FreeBSD: head/usr.sbin/kgzip/Makefile 80022 2001-07-20 04:23:13Z obrien $
2
3MAINTAINER= rnordier
4
5PROG= kgzip
6SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
7MAN= kgzip.8
2
3MAINTAINER= rnordier
4
5PROG= kgzip
6SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
7MAN= kgzip.8
8CFLAGS+=-pedantic \
9 -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
10 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
11 -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes \
12 -Wwrite-strings
8CFLAGS+= ${BDECFLAGS}
13
14.include <bsd.prog.mk>
9
10.include <bsd.prog.mk>