summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/c89/Makefile')
-rw-r--r--usr.bin/c89/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile
new file mode 100644
index 0000000..c6f909f
--- /dev/null
+++ b/usr.bin/c89/Makefile
@@ -0,0 +1,7 @@
+MAN1 = c89.1
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud