aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kgzip
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-07-20 06:20:32 +0000
commit90e655ea4e3750a48b8b350adb823f0ace818f21 (patch)
treefb97d8f0fea8f93b6e8bb70b86e003cf5cbc2b79 /usr.sbin/kgzip
parent6161544ca763d8c1432b4b68ab5e84407d048e83 (diff)
Notes
Diffstat (limited to 'usr.sbin/kgzip')
-rw-r--r--usr.sbin/kgzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile
index 1d051ba72e23..3539e305e685 100644
--- a/usr.sbin/kgzip/Makefile
+++ b/usr.sbin/kgzip/Makefile
@@ -3,8 +3,9 @@
MAINTAINER= rnordier
PROG= kgzip
-SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
MAN= kgzip.8
+SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
+
CFLAGS+= ${BDECFLAGS}
.include <bsd.prog.mk>