From b7e440b5950c4cc4f5172b6ec1e5b50650f44d37 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Mon, 16 Oct 2006 22:18:59 +0000 Subject: [PATCH] Add sun4v to the 'universe'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c33665fb7727..5fab97065c40 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,7 @@ universe_prologue: @echo "--------------------------------------------------------------" @echo ">>> make universe started on ${STARTTIME}" @echo "--------------------------------------------------------------" -.for target in amd64 i386 ia64 pc98 sparc64 +.for target in amd64 i386 ia64 pc98 sparc64 sun4v KERNCONFS!= cd ${.CURDIR}/sys/${target}/conf && \ find [A-Z]*[A-Z] -type f -maxdepth 0 \ ! -name DEFAULTS ! -name LINT