Define MAN1 man page variable.

Get rid of install: and instead add an afterinstall: so that man page
is properly installed
This commit is contained in:
Steven Wallace 1994-09-29 21:18:17 +00:00
parent 26d43d5130
commit 1ebe214799
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3212

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= strip
MAN1= strip.1
STRIP=
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
afterinstall:
./strip ${DESTDIR}${BINDIR}/strip
.include <bsd.prog.mk>