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
7 lines
66 B
Makefile
7 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= makewhatis
|
|
LIBADD= z
|
|
|
|
.include <bsd.prog.mk>
|