NetBSD/usr.bin/strip/Makefile

14 lines
358 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.12 1996/10/18 06:20:54 thorpej Exp $
# @(#)Makefile 5.4 (Berkeley) 5/11/90
1993-03-21 12:45:37 +03:00
PROG= strip
realinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 strip \
1993-03-21 12:45:37 +03:00
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
-if [ "${COPY}" = "" ]; then rm -f ./strip; fi
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>