xref: /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/Makefile.files (revision e0ad97e30ea0a9af63c42d71690b5f387c763420)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26#
27# This file simply contains the list of sources files compiled together
28# to create the genunix mdb module.   Having them in one place saves
29# a bunch of unnecessary replication.
30#
31GENUNIX_SRCS =		\
32	avl.c		\
33	bio.c		\
34	bitset.c	\
35	combined.c	\
36	contract.c	\
37	cpupart.c	\
38	ctxop.c		\
39	cyclic.c	\
40	damap.c		\
41	devinfo.c	\
42	dist.c		\
43	findstack.c	\
44	fm.c		\
45	genunix.c	\
46	group.c		\
47	irm.c		\
48	kgrep.c		\
49	kmem.c		\
50	ldi.c		\
51	leaky.c		\
52	leaky_subr.c	\
53	lgrp.c		\
54	list.c		\
55	log.c		\
56	mdi.c		\
57	memory.c	\
58	mmd.c		\
59	modhash.c	\
60	ndievents.c	\
61	net.c		\
62	netstack.c	\
63	nvpair.c	\
64	pg.c		\
65	rctl.c		\
66	sobj.c		\
67	streams.c	\
68	sysevent.c	\
69	taskq.c		\
70	thread.c	\
71	tsd.c		\
72	tsol.c		\
73	vfs.c		\
74	zone.c
75