summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/Makefile
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1999-07-19 18:00:18 +0000
committerrnordier <rnordier@FreeBSD.org>1999-07-19 18:00:18 +0000
commit21ebb70093dc2c888f61ca588acf88ce12a5d8b8 (patch)
tree00a0a773b4838f3b515473df337c519d5d45d199 /usr.sbin/kgzip/Makefile
parent32c4cd5138555cb650bf7a6374a5a1fe5e7a0118 (diff)
downloadFreeBSD-src-21ebb70093dc2c888f61ca588acf88ce12a5d8b8.zip
FreeBSD-src-21ebb70093dc2c888f61ca588acf88ce12a5d8b8.tar.gz
kgzip is a kzip(8) replacement able to compress and link bootable
32-bit binaries in both ELF and a.out format. Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial
Diffstat (limited to 'usr.sbin/kgzip/Makefile')
-rw-r--r--usr.sbin/kgzip/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile
new file mode 100644
index 0000000..404303b
--- /dev/null
+++ b/usr.sbin/kgzip/Makefile
@@ -0,0 +1,12 @@
+# $Id: $
+
+PROG= kgzip
+SRCS= kgzip.c elfhdr.c kgzcmp.c kgzld.c xio.c
+MAN8= kgzip.8
+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>
OpenPOWER on IntegriCloud