mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
7 lines
158 B
Makefile
7 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>
|