mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
7 lines
179 B
Makefile
7 lines
179 B
Makefile
MAN1= makewhatis.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
|
|
|
|
.include <bsd.prog.mk>
|