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 2011 Nexenta Systems, Inc. All rights reserved.
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 #
26
27 #
28 # This file simply contains the list of sources files compiled together
29 # to create the genunix mdb module. Having them in one place saves
30 # a bunch of unnecessary replication.
31 #
32 GENUNIX_SRCS = \
33 avl.c \
34 bio.c \
35 bitset.c \
36 combined.c \
37 contract.c \
38 cpupart.c \
39 cred.c \
40 ctxop.c \
41 cyclic.c \
42 damap.c \
43 ddi_periodic.c \
44 devinfo.c \
45 dist.c \
46 findstack.c \
47 findstack_subr.c \
48 fm.c \
49 genunix.c \
50 group.c \
51 hotplug.c \
52 irm.c \
53 kgrep.c \
54 kmem.c \
55 ldi.c \
56 leaky.c \
57 leaky_subr.c \
58 lgrp.c \
59 list.c \
60 log.c \
61 mdi.c \
62 memory.c \
63 mmd.c \
64 modhash.c \
65 ndievents.c \
66 net.c \
67 netstack.c \
68 nvpair.c \
|
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 2011 Nexenta Systems, Inc. All rights reserved.
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 # Copyright (c) 2013 by Delphix. All rights reserved.
26 #
27
28 #
29 # This file simply contains the list of sources files compiled together
30 # to create the genunix mdb module. Having them in one place saves
31 # a bunch of unnecessary replication.
32 #
33 GENUNIX_SRCS = \
34 avl.c \
35 bio.c \
36 bitset.c \
37 combined.c \
38 contract.c \
39 cpupart.c \
40 cred.c \
41 ctxop.c \
42 cyclic.c \
43 damap.c \
44 ddi_periodic.c \
45 devinfo.c \
46 dist.c \
47 findstack.c \
48 findstack_subr.c \
49 fm.c \
50 gcore.c \
51 genunix.c \
52 group.c \
53 hotplug.c \
54 irm.c \
55 kgrep.c \
56 kmem.c \
57 ldi.c \
58 leaky.c \
59 leaky_subr.c \
60 lgrp.c \
61 list.c \
62 log.c \
63 mdi.c \
64 memory.c \
65 mmd.c \
66 modhash.c \
67 ndievents.c \
68 net.c \
69 netstack.c \
70 nvpair.c \
|