43c1db28c7
15 times faster than the existing sh script. Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
8 lines
173 B
Makefile
8 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>
|