summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/intel/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mdb/intel/amd64/Makefile')
-rw-r--r--usr/src/cmd/mdb/intel/amd64/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/intel/amd64/Makefile b/usr/src/cmd/mdb/intel/amd64/Makefile
index cfc626926f..a06e20df55 100644
--- a/usr/src/cmd/mdb/intel/amd64/Makefile
+++ b/usr/src/cmd/mdb/intel/amd64/Makefile
@@ -20,7 +20,7 @@
# CDDL HEADER END
#
#
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -29,6 +29,9 @@ include ../../Makefile.common
MODULES = $(COMMON_MODULES_PROC) $(COMMON_MODULES_KVM) uhci
+$(CLOSED_BUILD)MODULES += \
+ $(CLOSED_COMMON_MODULES_KVM:%=$(CLOSED)/cmd/mdb/intel/amd64/%)
+
SUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
include ../../Makefile.subdirs