4572fb3faf
in favor of just rendering the manpage instead of relying on pre-formatted catpages. Note, this does not impede the ability to use existing catpages, it just removes the utility to generate them. Reviewed by: imp, allanjude Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D12317
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= makewhatis.local.sh
|
|
MAN= makewhatis.local.8
|
|
SCRIPTSDIR= ${LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|