freebsd-dev/usr.bin/strip/Makefile
1994-05-27 12:33:43 +00:00

12 lines
230 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= strip
install: maninstall
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
rm -f ./strip
.include <bsd.prog.mk>