summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-08-06 00:58:41 +0000
committerjdp <jdp@FreeBSD.org>1999-08-06 00:58:41 +0000
commite5383f7b660af042d37cfe129a2ef515dce8722e (patch)
tree68ea80ab507591f0b23389a2601a0062e9710977 /Makefile.inc1
parent86197f5aadcd9a22cbff4336f990f9919b3ad814 (diff)
downloadFreeBSD-src-e5383f7b660af042d37cfe129a2ef515dce8722e.zip
FreeBSD-src-e5383f7b660af042d37cfe129a2ef515dce8722e.tar.gz
Add usr.sbin/elf2exe to the build-tools target on the Alpha. This
fixes the make buildworld breakage in sys/boot/arc/loader.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
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
OpenPOWER on IntegriCloud