NetBSD/libexec/makewhatis/Makefile

12 lines
233 B
Makefile
Raw Normal View History

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