summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
blob: b5db6cbcada71168bee503f3062ebdc4c4bfd13e (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.5 1997/11/08 07:09:30 todd Exp $

MAN=makewhatis.8
NOPROG=

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

.include <bsd.prog.mk>