1996-10-18 09:55:26 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 1996/10/18 06:17:04 thorpej Exp $
|
1994-12-23 04:13:58 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-12-22 15:29:38 +03:00
|
|
|
MAN= lorder.1
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1995-12-18 10:59:12 +03:00
|
|
|
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips")
|
|
|
|
# alpha, mips use special version which works with GNU (or BSD) nm.
|
1995-04-24 11:39:04 +04:00
|
|
|
SCRIPT= lorder.sh.gnm
|
1995-12-18 10:59:12 +03:00
|
|
|
.else
|
|
|
|
SCRIPT= lorder.sh
|
1995-04-24 11:39:04 +04:00
|
|
|
.endif
|
|
|
|
|
1993-07-28 04:56:43 +04:00
|
|
|
realinstall:
|
1996-10-18 09:55:26 +04:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
1995-04-24 11:39:04 +04:00
|
|
|
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|