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

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

1.5     ! rahnds      1: #      $OpenBSD: Makefile,v 1.4 1996/12/08 14:32:28 downsj Exp $
1.2       deraadt     2: #      $NetBSD: Makefile,v 1.9 1995/12/18 07:59:12 jonathan Exp $
1.1       deraadt     3:
                      4: MAN=   lorder.1
                      5:
1.5     ! rahnds      6: .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips" \
        !             7:        || ${MACHINE_ARCH} == "powerpc" )
1.2       deraadt     8: # alpha, mips use special version which works with GNU (or BSD) nm.
                      9: SCRIPT=        lorder.sh.gnm
                     10: .else
1.1       deraadt    11: SCRIPT=        lorder.sh
                     12: .endif
                     13:
                     14: realinstall:
1.4       downsj     15:        ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt    16:            ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
                     17:
                     18: .include <bsd.prog.mk>