]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/makewhatis/Makefile
MFC r291348:
[FreeBSD/stable/10.git] / usr.bin / makewhatis / Makefile
1 # $FreeBSD$
2
3 PROG=           makewhatis
4 DPADD=          ${LIBZ}
5 LDADD=          -lz
6 SCRIPTS=        makewhatis.local.sh
7 MAN=            makewhatis.1 makewhatis.local.8
8 SCRIPTSDIR=     ${LIBEXECDIR}
9 LINKS=          ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
10 MLINKS=         makewhatis.local.8 catman.local.8
11
12 .include <bsd.prog.mk>