xref: /titanic_52/usr/src/cmd/mdb/Makefile.common (revision 69bb4bb45c98da60d21839c4dc3c01ea1be60585)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
59df12a23Ssjelinek# Common Development and Distribution License (the "License").
69df12a23Ssjelinek# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
229df12a23Ssjelinek# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes that every ISA's build
287c478bd9Sstevel@tonic-gate# subdirectory will need to build.
297c478bd9Sstevel@tonic-gate#
307c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC = \
311a7c1b72Smws	dof \
32fa9e4066Sahrens	libavl \
337c478bd9Sstevel@tonic-gate	libc \
347c478bd9Sstevel@tonic-gate	libnvpair \
357c478bd9Sstevel@tonic-gate	libsysevent \
367c478bd9Sstevel@tonic-gate	libumem \
371a7c1b72Smws	libuutil \
38fa9e4066Sahrens	libzpool \
391a7c1b72Smws	mdb_ds \
401a7c1b72Smws	mdb_test
417c478bd9Sstevel@tonic-gate
427c478bd9Sstevel@tonic-gate#
437c478bd9Sstevel@tonic-gate# MDB modules used for debugging user processes which are only 32-bit
447c478bd9Sstevel@tonic-gate#
457c478bd9Sstevel@tonic-gateCOMMON_MODULES_PROC_32BIT = \
467c478bd9Sstevel@tonic-gate	svc.configd \
477c478bd9Sstevel@tonic-gate	svc.startd
487c478bd9Sstevel@tonic-gate
497c478bd9Sstevel@tonic-gate#
507c478bd9Sstevel@tonic-gate# MDB modules used for debugging kernels.
517c478bd9Sstevel@tonic-gate#
527c478bd9Sstevel@tonic-gateCOMMON_MODULES_KVM = \
53*69bb4bb4Scarlsonj	arp \
547c478bd9Sstevel@tonic-gate	audiosup \
557c478bd9Sstevel@tonic-gate	cpc \
567c478bd9Sstevel@tonic-gate	crypto	\
577c478bd9Sstevel@tonic-gate	dtrace	\
587c478bd9Sstevel@tonic-gate	genunix \
597c478bd9Sstevel@tonic-gate	ip \
607c478bd9Sstevel@tonic-gate	ipc \
617c478bd9Sstevel@tonic-gate	ipp \
627c478bd9Sstevel@tonic-gate	krtld \
637c478bd9Sstevel@tonic-gate	lofs \
647c478bd9Sstevel@tonic-gate	logindmux \
657c478bd9Sstevel@tonic-gate	md \
667c478bd9Sstevel@tonic-gate	mpxio \
677c478bd9Sstevel@tonic-gate	nca \
687c478bd9Sstevel@tonic-gate	ptm \
697c478bd9Sstevel@tonic-gate	random \
707c478bd9Sstevel@tonic-gate	s1394 \
717c478bd9Sstevel@tonic-gate	sctp \
727c478bd9Sstevel@tonic-gate	specfs \
737c478bd9Sstevel@tonic-gate	sppp \
747c478bd9Sstevel@tonic-gate	ufs \
75fa9e4066Sahrens	usba \
76fa9e4066Sahrens	zfs
77fb9f9b97Skupfer
78fb9f9b97SkupferCLOSED_COMMON_MODULES_KVM = \
79fb9f9b97Skupfer	nfs
80fb9f9b97Skupfer
81fb9f9b97Skupferinclude $(SRC)/Makefile.master
82