diff options
author | ru <ru@FreeBSD.org> | 2006-11-28 01:03:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-11-28 01:03:29 +0000 |
commit | 6ea883cd0bd2a875800e8c50a30e248c4579d7f5 (patch) | |
tree | 0e1ae8b24c6853e49b569f369f373d99ed0925aa /Makefile | |
parent | 551f6eb73f96776622fca6d8fc85e7fb2ec4158e (diff) | |
download | FreeBSD-src-6ea883cd0bd2a875800e8c50a30e248c4579d7f5.zip FreeBSD-src-6ea883cd0bd2a875800e8c50a30e248c4579d7f5.tar.gz |
Add arm to universe.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ universe_prologue: @echo "--------------------------------------------------------------" @echo ">>> make universe started on ${STARTTIME}" @echo "--------------------------------------------------------------" -.for target in amd64 i386 ia64 pc98 sparc64 sun4v +.for target in amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v KERNCONFS!= cd ${.CURDIR}/sys/${target}/conf && \ find [A-Z]*[A-Z] -type f -maxdepth 0 \ ! -name DEFAULTS ! -name LINT |