Home | History | Annotate | Line # | Download | only in lorder
Makefile revision 1.10
      1  1.10   thorpej #	$NetBSD: Makefile,v 1.10 1996/10/18 06:17:04 thorpej Exp $
      2   1.7       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       cgd 
      4   1.6       cgd MAN=	lorder.1
      5   1.1       cgd 
      6   1.9  jonathan .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips")
      7   1.9  jonathan # alpha, mips use special version which works with GNU (or BSD) nm.
      8   1.9  jonathan SCRIPT=	lorder.sh.gnm
      9   1.9  jonathan .else
     10   1.8       cgd SCRIPT=	lorder.sh
     11   1.8       cgd .endif
     12   1.8       cgd 
     13   1.4       cgd realinstall:
     14  1.10   thorpej 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     15   1.8       cgd 	    ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
     16   1.1       cgd 
     17   1.1       cgd .include <bsd.prog.mk>
     18