summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2004-02-29 13:07:05 +0000
committerjohan <johan@FreeBSD.org>2004-02-29 13:07:05 +0000
commitbed3e7f235f5cf7313358dc6110fa209e21ff8c5 (patch)
treeaa5d3819e99fe38b60193d99102c6778411d274b /Makefile
parent4550c31364e2a4f7a244e9f36cd010cd78de171b (diff)
downloadFreeBSD-src-bed3e7f235f5cf7313358dc6110fa209e21ff8c5.zip
FreeBSD-src-bed3e7f235f5cf7313358dc6110fa209e21ff8c5.tar.gz
Add amd64 to universe.
Approved by: peter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 785cc9a..eefa654 100644
--- a/Makefile
+++ b/Makefile
@@ -230,7 +230,7 @@ universe:
@echo "--------------------------------------------------------------"
@echo ">>> make universe started on ${STARTTIME}"
@echo "--------------------------------------------------------------"
-.for arch in i386 sparc64 alpha ia64
+.for arch in i386 sparc64 alpha ia64 amd64
.for mach in ${arch} ${${arch}_mach}
@echo ">> ${mach} started on `LC_ALL=C date`"
-cd ${.CURDIR} && ${MAKE} buildworld \
OpenPOWER on IntegriCloud