freebsd-dev/usr.bin/c89/Makefile

8 lines
158 B
Makefile
Raw Normal View History

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