summaryrefslogtreecommitdiff
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, 0 insertions, 7 deletions
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile
deleted file mode 100644
index c6f909fae8714..0000000000000
--- a/usr.bin/c89/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-MAN1 = c89.1
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89
-
-.include <bsd.prog.mk>