]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/c89/Makefile
This commit was generated by cvs2svn to compensate for changes in r64583,
[FreeBSD/FreeBSD.git] / usr.bin / c89 / Makefile
1 MAN1 = c89.1
2
3 beforeinstall:
4         ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
5              ${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89
6
7 .include <bsd.prog.mk>