aboutsummaryrefslogtreecommitdiffstats
path: root/doc_cmds/makewhatis/Makefile
blob: af5e87eb645f480fd88d0aa8f4ad3b3fddb53d48 (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	makewhatis
MAN=	makewhatis.8 makewhatis.local.8
SCRIPTS=	makewhatis.local.sh
SCRIPTSDIR=/usr/libexec/

LDADD=-lz

.include <bsd.prog.mk>