summaryrefslogtreecommitdiff
path: root/libexec/makewhatis/Makefile
blob: 6a9957b733fe2eaba956b85588f7649568f8e52e (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.1 1993/12/21 03:28:00 cgd Exp $

NOMAN=
NOPROG=
NOOBJ=

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

.include <bsd.prog.mk>