summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
blob: ccccbf3a057ac56049f3b6d5147baa1beaa03153 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.2 1996/10/18 05:49:46 thorpej Exp $

NOMAN=
NOPROG=
NOOBJ=

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

.include <bsd.prog.mk>