freebsd-nq/usr.bin/strip/Makefile
Steven Wallace 1ebe214799 Define MAN1 man page variable.
Get rid of install: and instead add an afterinstall: so that man page
is properly installed
1994-09-29 21:18:17 +00:00

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>