NetBSD/usr.bin/lorder/Makefile

18 lines
442 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 1995/12/18 07:59:12 jonathan Exp $
# @(#)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
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "mips")
# alpha, mips use special version which works with GNU (or BSD) nm.
SCRIPT= lorder.sh.gnm
.else
SCRIPT= lorder.sh
.endif
realinstall:
1993-03-21 12:45:37 +03:00
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>