diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index de25a01de0dc..244fee8019b2 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 \