]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/makewhatis/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>