bb17ac54b9
code. Basically a shortcut to cc -ansi -trigraphs.
8 lines
158 B
Makefile
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>
|