diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 4c308de459bf..d3f9a27ad9a1 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,4 @@ -# $NetBSD: Makefile,v 1.67 1999/02/03 00:17:35 tv Exp $ - -# XXX for OBJECT_FMT -.include +# $NetBSD: Makefile,v 1.68 1999/02/03 00:52:10 tv Exp $ SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep groff SUBDIR+= gzip rcs sdiff send-pr sort tar @@ -28,7 +25,8 @@ SUBDIR+= gas SUBDIR+= ld .endif -.if (${MACHINE_ARCH} == "i386") +.if (${MACHINE_ARCH} == "alpha") || \ + (${MACHINE_ARCH} == "i386") SUBDIR+= gprof .endif