From e5383f7b660af042d37cfe129a2ef515dce8722e Mon Sep 17 00:00:00 2001 From: jdp Date: Fri, 6 Aug 1999 00:58:41 +0000 Subject: Add usr.sbin/elf2exe to the build-tools target on the Alpha. This fixes the make buildworld breakage in sys/boot/arc/loader. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index cb0377b..4c97bf7 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.78 1999/06/04 17:34:28 billf Exp $ +# $Id: Makefile.inc1,v 1.79 1999/07/07 04:46:44 imp Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -777,6 +777,9 @@ _perl= gnu/usr.bin/perl/miniperl .if !defined(NOSHARE) && exists(${.CURDIR}/share) _scrnmaps= share/syscons/scrnmaps .endif +.if ${MACHINE_ARCH} == alpha +_elf2exe= usr.sbin/elf2exe +.endif .if ${MACHINE_ARCH} == i386 _kldlinux= sys/modules/linux .endif @@ -860,6 +863,7 @@ build-tools: usr.bin/yacc \ ${_btxld} \ usr.sbin/chown \ + ${_elf2exe} \ usr.sbin/mtree \ usr.sbin/zic \ bin/sh -- cgit v1.1