Activate building of elf2exe for MACHINE_ARCH==alpha.

This commit is contained in:
Stefan Eßer 1999-07-28 20:16:49 +00:00
parent 0ae17340e8
commit 2b51223f01

View File

@ -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 \