NetBSD/usr.bin/strip/Makefile

13 lines
315 B
Makefile
Raw Normal View History

1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
# $Id: Makefile,v 1.8 1993/10/23 00:23:07 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= strip
realinstall:
1993-08-07 08:44:25 +04:00
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
1993-03-21 12:45:37 +03:00
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
-if [ "${COPY}" = "" ]; then rm -f ./strip; fi
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>