mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
6 lines
66 B
Makefile
6 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= makewhatis
|
|
LIBADD= z
|
|
|
|
.include <bsd.prog.mk>
|