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 #
23 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
24 #
25 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
26 # Copyright (c) 2012 by Delphix. All rights reserved.
27 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
28
29 # include global definitions
30 include Makefile.master
31
32 #
33 # As pieces are made lint-clean, add them here so the nightly build
34 # can be used to keep them that way.
35 #
36 COMMON_SUBDIRS = \
37 cmd/acctadm \
38 cmd/asa \
39 cmd/amt \
40 cmd/audio/audioctl \
41 cmd/audio/audiotest \
42 cmd/audit \
43 cmd/auditconfig \
44 cmd/auditd \
45 cmd/auditreduce \
46 cmd/auditstat \
47 cmd/auths \
301 cmd/th_tools \
302 cmd/tip \
303 cmd/touch \
304 cmd/tr \
305 cmd/truss \
306 cmd/tty \
307 cmd/tzreload \
308 cmd/uadmin \
309 cmd/ul \
310 cmd/userattr \
311 cmd/users \
312 cmd/utmp_update \
313 cmd/utmpd \
314 cmd/valtools \
315 cmd/vrrpadm \
316 cmd/vt \
317 cmd/wall \
318 cmd/who \
319 cmd/whodo \
320 cmd/wracct \
321 cmd/wusbadm \
322 cmd/xargs \
323 cmd/xstr \
324 cmd/yes \
325 cmd/yppasswd \
326 cmd/zdb \
327 cmd/zdump \
328 cmd/zfs \
329 cmd/zhack \
330 cmd/zinject \
331 cmd/zlogin \
332 cmd/zoneadm \
333 cmd/zoneadmd \
334 cmd/zonecfg \
335 cmd/zonename \
336 cmd/zpool \
337 cmd/zlook \
338 cmd/ztest \
339 lib/abi \
340 lib/auditd_plugins \
341 lib/libbe \
|
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 #
23 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
24 #
25 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
26 # Copyright (c) 2012 by Delphix. All rights reserved.
27 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
28 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
29
30 # include global definitions
31 include Makefile.master
32
33 #
34 # As pieces are made lint-clean, add them here so the nightly build
35 # can be used to keep them that way.
36 #
37 COMMON_SUBDIRS = \
38 cmd/acctadm \
39 cmd/asa \
40 cmd/amt \
41 cmd/audio/audioctl \
42 cmd/audio/audiotest \
43 cmd/audit \
44 cmd/auditconfig \
45 cmd/auditd \
46 cmd/auditreduce \
47 cmd/auditstat \
48 cmd/auths \
302 cmd/th_tools \
303 cmd/tip \
304 cmd/touch \
305 cmd/tr \
306 cmd/truss \
307 cmd/tty \
308 cmd/tzreload \
309 cmd/uadmin \
310 cmd/ul \
311 cmd/userattr \
312 cmd/users \
313 cmd/utmp_update \
314 cmd/utmpd \
315 cmd/valtools \
316 cmd/vrrpadm \
317 cmd/vt \
318 cmd/wall \
319 cmd/who \
320 cmd/whodo \
321 cmd/wracct \
322 cmd/xargs \
323 cmd/xstr \
324 cmd/yes \
325 cmd/yppasswd \
326 cmd/zdb \
327 cmd/zdump \
328 cmd/zfs \
329 cmd/zhack \
330 cmd/zinject \
331 cmd/zlogin \
332 cmd/zoneadm \
333 cmd/zoneadmd \
334 cmd/zonecfg \
335 cmd/zonename \
336 cmd/zpool \
337 cmd/zlook \
338 cmd/ztest \
339 lib/abi \
340 lib/auditd_plugins \
341 lib/libbe \
|