[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / strip

Annotation of src/usr.bin/strip/Makefile, Revision 1.3

1.3     ! downsj      1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:39:31 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  strip
                      4:
                      5: realinstall:
1.3     ! downsj      6:        ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 600 strip \
1.1       deraadt     7:            ${DESTDIR}${BINDIR}
                      8:        ./strip ${DESTDIR}${BINDIR}/strip
                      9:        chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
                     10:        -if [ "${COPY}" = "" ]; then rm -f ./strip; fi
                     11:
                     12: .include <bsd.prog.mk>