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 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