summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/Makefile
diff options
context:
space:
mode:
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