summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
blob: a4c7002fb13a49a1401c851a06e95011918cf289 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.6 2000/02/03 18:10:48 espie Exp $

MAN=makewhatis.8
NOPROG=

afterinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/makewhatis.pl ${DESTDIR}${BINDIR}/makewhatis

.include <bsd.prog.mk>