add -d option to strip debugging and empty symbols
[unix-history] / usr / src / usr.bin / strip / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.4 (Berkeley) %G%
795f5e88 2
662ace95 3PROG= strip
795f5e88 4
662ace95
KB
5install: maninstall
6 install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
7 ${DESTDIR}${BINDIR}
8 ./strip ${DESTDIR}${BINDIR}/strip
e8fabbaf 9 rm -f ./strip
795f5e88 10
662ace95 11.include <bsd.prog.mk>