aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-11 18:54:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-11 18:54:16 +0000
commitbedda28871ca6a3de9f8dead481f88e0b57d6785 (patch)
treea14651f349d2520118de84719b598400bf98556b /Makefile
parent1e967a0b4e45f90c214083d6a0d8ba8e919ee6b8 (diff)
downloadsrc-bedda28871ca6a3de9f8dead481f88e0b57d6785.tar.gz
src-bedda28871ca6a3de9f8dead481f88e0b57d6785.zip
Disconnect Alpha from 'make universe'.
Notes
Notes: svn path=/head/; revision=158453
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 && \