From 07f8a58416ca469c89f6104e5a7ce18a2f0b4430 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 17 Sep 1997 20:44:54 +0000 Subject: c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source code. Basically a shortcut to cc -ansi -trigraphs. --- usr.bin/c89/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr.bin/c89/Makefile (limited to 'usr.bin/c89/Makefile') 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 -- cgit v1.1