Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/gnu/usr.bin/man/makewhatis/Attic/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $
3 MAINTAINER= wosch
4
5 SCRIPTS=makewhatis.perl makewhatis.local.sh
6 MAN=    makewhatis.1 makewhatis.local.8
7
8 libexecdir=/usr/libexec
9 LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local 
10 SCRIPTSDIR_makewhatis.local.sh= ${libexecdir}
11 MLINKS= makewhatis.local.8 catman.local.8
12
13 .include <bsd.prog.mk>