summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1999-07-28 20:16:49 +0000
committerse <se@FreeBSD.org>1999-07-28 20:16:49 +0000
commitc1498b784a4f12fd49ad7e68dbebb3f3dbcaed98 (patch)
tree195c6a318ab185c0634629fefb4f435d3fc32ffe /usr.sbin/Makefile
parentf5d4fad82d5d1a6ed83cfa416295422c9eb6707b (diff)
downloadFreeBSD-src-c1498b784a4f12fd49ad7e68dbebb3f3dbcaed98.zip
FreeBSD-src-c1498b784a4f12fd49ad7e68dbebb3f3dbcaed98.tar.gz
Activate building of elf2exe for MACHINE_ARCH==alpha.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index de25a01..244fee8 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
-# $Id: Makefile,v 1.157 1999/07/10 17:44:02 iwasaki Exp $
+# $Id: Makefile,v 1.158 1999/07/19 20:22:44 rnordier Exp $
# XXX MISSING: mkproto
SUBDIR= IPXrouted \
@@ -114,6 +114,10 @@ SUBDIR+=mailstats \
sendmail
.endif
+.if ${MACHINE_ARCH} == "alpha"
+SUBDIR+=elf2exe
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=apm \
apmconf \
OpenPOWER on IntegriCloud