xref: /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/Makefile.files (revision c9a6ea2e938727c95af7108c5e00eee4c890c7ae)
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 (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# This file simply contains the list of sources files compiled together
27# to create the genunix mdb module.   Having them in one place saves
28# a bunch of unnecessary replication.
29#
30GENUNIX_SRCS =		\
31	avl.c		\
32	bio.c		\
33	bitset.c	\
34	combined.c	\
35	contract.c	\
36	cpupart.c	\
37	ctxop.c		\
38	cyclic.c	\
39	damap.c		\
40	devinfo.c	\
41	dist.c		\
42	findstack.c	\
43	findstack_subr.c \
44	fm.c		\
45	genunix.c	\
46	group.c		\
47	hotplug.c	\
48	irm.c		\
49	kgrep.c		\
50	kmem.c		\
51	ldi.c		\
52	leaky.c		\
53	leaky_subr.c	\
54	lgrp.c		\
55	list.c		\
56	log.c		\
57	mdi.c		\
58	memory.c	\
59	mmd.c		\
60	modhash.c	\
61	ndievents.c	\
62	net.c		\
63	netstack.c	\
64	nvpair.c	\
65	pg.c		\
66	rctl.c		\
67	sobj.c		\
68	streams.c	\
69	sysevent.c	\
70	taskq.c		\
71	thread.c	\
72	tsd.c		\
73	tsol.c		\
74	vfs.c		\
75	zone.c
76