summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-17 20:44:54 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-17 20:44:54 +0000
commit07f8a58416ca469c89f6104e5a7ce18a2f0b4430 (patch)
treea58ee0165fd3b0a176835cf78b2680cd8a185dc8 /usr.bin/c89/Makefile
parenta20e1af289a6ed2a9fb89942aa7f05dc2002a087 (diff)
downloadFreeBSD-src-07f8a58416ca469c89f6104e5a7ce18a2f0b4430.zip
FreeBSD-src-07f8a58416ca469c89f6104e5a7ce18a2f0b4430.tar.gz
c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
code. Basically a shortcut to cc -ansi -trigraphs.
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