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

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

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:46:09 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  strip
                      4:
                      5: realinstall:
                      6:        install -c -o ${BINOWN} -g ${BINGRP} -m 600 strip \
                      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>