1ebe214799
Get rid of install: and instead add an afterinstall: so that man page is properly installed
11 lines
145 B
Makefile
11 lines
145 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= strip
|
|
MAN1= strip.1
|
|
STRIP=
|
|
|
|
afterinstall:
|
|
./strip ${DESTDIR}${BINDIR}/strip
|
|
|
|
.include <bsd.prog.mk>
|