freebsd-dev/usr.bin/makewhatis/Makefile
Bryan Drewery 24e9c818fa Fix installation of makewhatis.local(1) since r283777.
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
2016-02-18 00:26:21 +00:00

7 lines
66 B
Makefile

# $FreeBSD$
PROG= makewhatis
LIBADD= z
.include <bsd.prog.mk>