summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/makewhatis/Makefile
blob: 1de2f08a0759c91f580125ca6de8cf6160172259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$
MAINTAINER= wosch

MAN1=	makewhatis.1
MAN8=	makewhatis.local.8
MLINKS=	makewhatis.local.8 catman.local.8

libexecdir=/usr/libexec
LINKS=${libexecdir}/makewhatis.local ${libexecdir}/catman.local 

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/makewhatis.perl ${DESTDIR}${BINDIR}/makewhatis
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/makewhatis.local.sh \
	    ${DESTDIR}${libexecdir}/makewhatis.local


.include <bsd.prog.mk>
OpenPOWER on IntegriCloud