summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
blob: df64d5d106fbf9a9116f6c66d48a039b4c92fc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 1996/12/08 15:17:19 downsj Exp $

NOMAN=
NOPROG=
NOOBJ=

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

.include <bsd.prog.mk>