From bedda28871ca6a3de9f8dead481f88e0b57d6785 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 11 May 2006 18:54:16 +0000 Subject: [PATCH] Disconnect Alpha from 'make universe'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31dc12134599..37a21bc78f8a 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,7 @@ universe_prologue: @echo "--------------------------------------------------------------" @echo ">>> make universe started on ${STARTTIME}" @echo "--------------------------------------------------------------" -.for target in i386 i386:pc98 sparc64 alpha ia64 amd64 +.for target in i386 i386:pc98 sparc64 ia64 amd64 .for arch in ${target:C/:.*$//} .for mach in ${target:C/^.*://} KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \