]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/makewhatis/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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=     /usr/libexec
9 LINKS=          ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
10 MLINKS=         makewhatis.local.8 catman.local.8
11
12 .include <bsd.prog.mk>