]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/makewhatis/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>