diff options
author | John Baldwin <jhb@FreeBSD.org> | 2006-05-11 18:54:16 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2006-05-11 18:54:16 +0000 |
commit | bedda28871ca6a3de9f8dead481f88e0b57d6785 (patch) | |
tree | a14651f349d2520118de84719b598400bf98556b /Makefile | |
parent | 1e967a0b4e45f90c214083d6a0d8ba8e919ee6b8 (diff) | |
download | src-test2-bedda28871ca6a3de9f8dead481f88e0b57d6785.tar.gz src-test2-bedda28871ca6a3de9f8dead481f88e0b57d6785.zip |
Notes
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 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 && \ |