blob: 39bf5458c73e1adda7dab05c3dd50b1ccb9639b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $Id: Makefile,v 1.1 1995/10/18 08:43:19 deraadt Exp $
NOMAN=
NOPROG=
NOOBJ=
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/makewhatis.sh $(DESTDIR)$(BINDIR)/makewhatis
.include <bsd.prog.mk>
|