freebsd-dev/usr.bin/c89/Makefile
Joerg Wunsch bb17ac54b9 c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source
code.  Basically a shortcut to cc -ansi -trigraphs.
1997-09-17 20:44:54 +00:00

8 lines
158 B
Makefile

MAN1 = c89.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89
.include <bsd.prog.mk>