1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/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>