mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
15 times faster than the existing sh script. Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
7 lines
173 B
Makefile
7 lines
173 B
Makefile
NOMAN= noman
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
|
|
|
|
.include <bsd.prog.mk>
|