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

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

1.1     ! deraadt     1: #      from: @(#)Makefile      5.4 (Berkeley) 5/11/90
        !             2: #      $Id: Makefile,v 1.10 1995/06/10 20:56:34 mycroft Exp $
        !             3:
        !             4: PROG=  strip
        !             5:
        !             6: realinstall:
        !             7:        install -c -o ${BINOWN} -g ${BINGRP} -m 600 strip \
        !             8:            ${DESTDIR}${BINDIR}
        !             9:        ./strip ${DESTDIR}${BINDIR}/strip
        !            10:        chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
        !            11:        -if [ "${COPY}" = "" ]; then rm -f ./strip; fi
        !            12:
        !            13: .include <bsd.prog.mk>