summaryrefslogtreecommitdiffstats
path: root/usr.bin/makewhatis/Makefile
blob: 4da90ef0f73f9e772b84858867049a257b3d6ea3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=		makewhatis
DPADD=		${LIBZ}
LDADD=		-lz
SCRIPTS=	makewhatis.local.sh
MAN=		makewhatis.1 makewhatis.local.8
SCRIPTSDIR=	/usr/libexec
LINKS=		${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
MLINKS=		makewhatis.local.8 catman.local.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud