90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
12 lines
163 B
Makefile
12 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= rnordier
|
|
|
|
PROG= kgzip
|
|
MAN= kgzip.8
|
|
SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
|
|
|
|
CFLAGS+= ${BDECFLAGS}
|
|
|
|
.include <bsd.prog.mk>
|