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

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

1.1     ! deraadt     1: #      $NetBSD: Makefile,v 1.8 1995/04/24 07:39:04 cgd Exp $
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/6/93
        !             3:
        !             4: MAN=   lorder.1
        !             5:
        !             6: .if (${MACHINE_ARCH} != "alpha")
        !             7: SCRIPT=        lorder.sh
        !             8: .else
        !             9: # alpha uses special version which works with GNU nm.
        !            10: SCRIPT=        lorder.sh.gnm
        !            11: .endif
        !            12:
        !            13: realinstall:
        !            14:        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        !            15:            ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
        !            16:
        !            17: .include <bsd.prog.mk>