summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-04-02 21:32:44 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-04-02 21:32:44 +0000
commit1bdb3fb97eb936148ebd3be52850c09ae7f72260 (patch)
tree4b6351860735419c17e46a37fd4fb5fc608b0652 /Makefile
parentcf5bdd4446135319cf5a5e1fe2e9770f0f623324 (diff)
downloadsrc-test2-1bdb3fb97eb936148ebd3be52850c09ae7f72260.tar.gz
src-test2-1bdb3fb97eb936148ebd3be52850c09ae7f72260.zip
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da25222c45c6..8a1ecab0c306 100644
--- a/Makefile
+++ b/Makefile
@@ -261,12 +261,14 @@ make: .PHONY
# existing system is.
#
.if make(universe)
+TARGETS?=amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v
+
universe: universe_prologue
universe_prologue:
@echo "--------------------------------------------------------------"
@echo ">>> make universe started on ${STARTTIME}"
@echo "--------------------------------------------------------------"
-.for target in amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v
+.for target in ${TARGETS}
KERNCONFS!= cd ${.CURDIR}/sys/${target}/conf && \
find [A-Z]*[A-Z] -type f -maxdepth 0 \
! -name DEFAULTS ! -name LINT