2002-05-18 09:19:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2002-11-18 10:11:22 +00:00
|
|
|
PROG= makewhatis
|
2014-11-25 14:29:10 +00:00
|
|
|
LIBADD= z
|
2002-11-18 10:11:22 +00:00
|
|
|
SCRIPTS= makewhatis.local.sh
|
|
|
|
MAN= makewhatis.1 makewhatis.local.8
|
|
|
|
SCRIPTSDIR= /usr/libexec
|
|
|
|
LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
|
|
|
|
MLINKS= makewhatis.local.8 catman.local.8
|
2002-05-18 09:19:08 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|