freebsd-nq/usr.bin/strip/Makefile
Rodney W. Grimes 9f23196c42 Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
1994-05-30 14:17:23 +00:00

11 lines
204 B
Makefile

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