summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/Makefile
blob: c79625324e8f4b12b19f612a8966af1a2df91506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.8 1995/04/24 07:39:04 cgd Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

MAN=	lorder.1

.if (${MACHINE_ARCH} != "alpha")
SCRIPT=	lorder.sh
.else
# alpha uses special version which works with GNU nm.
SCRIPT=	lorder.sh.gnm
.endif

realinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder

.include <bsd.prog.mk>