Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / man / makewhatis / Makefile
1 # $FreeBSD: src/gnu/usr.bin/man/makewhatis/Makefile,v 1.16.2.2 2001/04/25 14:04:13 ru Exp $
2 MAINTAINER= wosch
3
4 SCRIPTS=makewhatis.perl makewhatis.local.sh
5 MAN=    makewhatis.1 makewhatis.local.8
6
7 libexecdir=/usr/libexec
8 LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local 
9 SCRIPTSDIR_makewhatis.local.sh= ${libexecdir}
10 MLINKS= makewhatis.local.8 catman.local.8
11
12 .include <bsd.prog.mk>