From c1498b784a4f12fd49ad7e68dbebb3f3dbcaed98 Mon Sep 17 00:00:00 2001 From: se Date: Wed, 28 Jul 1999 20:16:49 +0000 Subject: Activate building of elf2exe for MACHINE_ARCH==alpha. --- usr.sbin/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') 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 \ -- cgit v1.1