12 lines
233 B
Makefile
Raw Normal View History

1996-10-18 05:45:01 +00:00
# $Id: Makefile,v 1.2 1996/10/18 05:49:46 thorpej Exp $
NOMAN=
NOPROG=
NOOBJ=
afterinstall:
1996-10-18 05:45:01 +00:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/makewhatis.sh $(DESTDIR)$(BINDIR)/makewhatis
.include <bsd.prog.mk>