217f6f397b
The wrapper script has moved to libexec/makewhatis.local since it is not directlry related to the older makewhatis(1) utility that has been replaced by the usr.bin/mandoc version. Reported by: vangyzen
10 lines
226 B
Makefile
10 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= makewhatis.local.sh
|
|
MAN= makewhatis.local.8
|
|
SCRIPTSDIR= ${LIBEXECDIR}
|
|
LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
|
|
MLINKS= makewhatis.local.8 catman.local.8
|
|
|
|
.include <bsd.prog.mk>
|