freebsd-dev/gnu/usr.bin/man/makewhatis/Makefile
2001-04-07 11:21:35 +00:00

13 lines
314 B
Makefile

# $FreeBSD$
MAINTAINER= wosch
SCRIPTS=makewhatis.perl makewhatis.local.sh
MAN= makewhatis.1 makewhatis.local.8
libexecdir=/usr/libexec
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local
SCRIPTSDIR_makewhatis.local.sh= ${libexecdir}
MLINKS= makewhatis.local.8 catman.local.8
.include <bsd.prog.mk>