]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/makewhatis/Makefile
Merge OpenSSL 1.0.1k.
[FreeBSD/FreeBSD.git] / usr.bin / makewhatis / Makefile
1 # $FreeBSD$
2
3 PROG=           makewhatis
4 LIBADD=         z
5 SCRIPTS=        makewhatis.local.sh
6 MAN=            makewhatis.1 makewhatis.local.8
7 SCRIPTSDIR=     /usr/libexec
8 LINKS=          ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
9 MLINKS=         makewhatis.local.8 catman.local.8
10
11 .include <bsd.prog.mk>