Makefile revision 1.1
1#	$Id: Makefile,v 1.1 1993/12/21 03:28:00 cgd Exp $
2
3NOMAN=
4NOPROG=
5NOOBJ=
6
7afterinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9		$(.CURDIR)/makewhatis.sh $(DESTDIR)$(BINDIR)/makewhatis
10
11.include <bsd.prog.mk>
12