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 2011 Nexenta Systems, Inc. All rights reserved.
23 #
24 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
28 #
29 # head/Makefile
30 #
31 # include global definitions
32 include ../Makefile.master
33
34 sparc_HDRS=
35 i386_HDRS= stack_unwind.h
36
37 # Headers are listed one per line so that TeamWare can auto-merge most changes
38
39 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
40
41 ATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
42 auth_list.h
130 nss_common.h \
131 nss_dbdefs.h \
132 nss_netdir.h \
133 paths.h \
134 pcsample.h \
135 pfmt.h \
136 pkgdev.h \
137 pkginfo.h \
138 pkglocs.h \
139 pkgstrct.h \
140 pkgtrans.h \
141 poll.h \
142 port.h \
143 priv.h \
144 priv_utils.h \
145 proc_service.h \
146 procfs.h \
147 prof.h \
148 project.h \
149 pthread.h \
150 pw.h \
151 pwd.h \
152 rctl.h \
153 re_comp.h \
154 regex.h \
155 regexp.h \
156 resolv.h \
157 rje.h \
158 rtld_db.h \
159 sac.h \
160 sched.h \
161 schedctl.h \
162 sdssc.h \
163 search.h \
164 semaphore.h \
165 setjmp.h \
166 sgtty.h \
167 shadow.h \
168 siginfo.h \
169 signal.h \
|
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 2015 Nexenta Systems, Inc. All rights reserved.
23 #
24 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
28 #
29 # head/Makefile
30 #
31 # include global definitions
32 include ../Makefile.master
33
34 sparc_HDRS=
35 i386_HDRS= stack_unwind.h
36
37 # Headers are listed one per line so that TeamWare can auto-merge most changes
38
39 KRB5HDRS= mit_copyright.h mit-sipb-copyright.h
40
41 ATTRDB_HDRS= secdb.h auth_attr.h exec_attr.h prof_attr.h user_attr.h \
42 auth_list.h
130 nss_common.h \
131 nss_dbdefs.h \
132 nss_netdir.h \
133 paths.h \
134 pcsample.h \
135 pfmt.h \
136 pkgdev.h \
137 pkginfo.h \
138 pkglocs.h \
139 pkgstrct.h \
140 pkgtrans.h \
141 poll.h \
142 port.h \
143 priv.h \
144 priv_utils.h \
145 proc_service.h \
146 procfs.h \
147 prof.h \
148 project.h \
149 pthread.h \
150 pty.h \
151 pw.h \
152 pwd.h \
153 rctl.h \
154 re_comp.h \
155 regex.h \
156 regexp.h \
157 resolv.h \
158 rje.h \
159 rtld_db.h \
160 sac.h \
161 sched.h \
162 schedctl.h \
163 sdssc.h \
164 search.h \
165 semaphore.h \
166 setjmp.h \
167 sgtty.h \
168 shadow.h \
169 siginfo.h \
170 signal.h \
|