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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2010 Nexenta Systems, Inc. All rights reserved.
24 # Copyright (c) 2012 Joyent, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
27
28 include ../Makefile.master
29
30 #
31 # Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
32 # the list, violating alphabetical order. This is because they are very
33 # long-running and should be given the most wall-clock time for a
34 # parallel build.
35 #
36 # Commands in the FIRST_SUBDIRS list are built before starting the build
37 # of other commands. Currently this includes only 'isaexec' and
38 # 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or
39 # $(ROOT)/usr/lib/platexec must exist when some other commands are built
40 # because their 'make install' creates a hard link to one of them.
41 #
42 # Commands are listed one per line so that TeamWare can auto-merge most
43 # changes.
44 #
45
46 FIRST_SUBDIRS= \
47 isaexec \
48 platexec
49
50 COMMON_SUBDIRS= \
51 allocate \
52 availdevs \
53 lp \
54 perl \
55 man \
56 Adm \
57 abi \
58 adbgen \
59 acct \
60 acctadm \
61 arch \
62 asa \
63 ast \
64 audio \
65 auths \
66 autopush \
67 avs \
68 awk \
69 awk_xpg4 \
70 backup \
71 banner \
72 bart \
73 basename \
74 bc \
75 bdiff \
235 listen \
236 loadkeys \
237 locale \
238 localedef \
239 lockstat \
240 locator \
241 lofiadm \
242 logadm \
243 logger \
244 login \
245 logins \
246 look \
247 ls \
248 luxadm \
249 lvm \
250 mach \
251 machid \
252 mail \
253 mailx \
254 makekey \
255 mdb \
256 mesg \
257 mkdir \
258 mkfifo \
259 mkfile \
260 mkmsgs \
261 mknod \
262 mkpwdict \
263 mktemp \
264 modload \
265 more \
266 mpathadm \
267 msgfmt \
268 msgid \
269 mt \
270 mv \
271 mvdir \
272 ndmpadm \
273 ndmpd \
274 ndmpstat \
481 ucodeadm \
482 xvm
483
484 sparc_SUBDIRS= \
485 cvcd \
486 dcs \
487 device_remap \
488 drd \
489 fruadm \
490 ldmad \
491 oplhpd \
492 prtdscp \
493 prtfru \
494 scadm \
495 sckmd \
496 sf880drd \
497 virtinfo \
498 vntsd
499
500 #
501 # Commands that are messaged. Note that 'lp' and 'man' come first
502 # (see previous comment about 'lp' and 'man').
503 #
504 MSGSUBDIRS= \
505 lp \
506 man \
507 abi \
508 acctadm \
509 allocate \
510 asa \
511 audio \
512 audit \
513 auditconfig \
514 auditd \
515 auditrecord \
516 auditset \
517 auths \
518 autopush \
519 avs \
520 awk \
521 awk_xpg4 \
522 backup \
523 banner \
524 bart \
525 basename \
526 beadm \
600 iscsiadm \
601 iscsid \
602 isns \
603 itadm \
604 kbd \
605 krb5 \
606 ksh \
607 last \
608 ldap \
609 ldapcachemgr \
610 lgrpinfo \
611 locale \
612 lofiadm \
613 logadm \
614 logger \
615 logins \
616 ls \
617 luxadm \
618 lvm \
619 mailx \
620 mesg \
621 mkdir \
622 mkpwdict \
623 mktemp \
624 more \
625 mpathadm \
626 msgfmt \
627 mv \
628 ndmpadm \
629 ndmpstat \
630 newgrp \
631 newtask \
632 nice \
633 nohup \
634 oawk \
635 pack \
636 passwd \
637 passmgmt \
638 pathchk \
639 pfexec \
|
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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2010 Nexenta Systems, Inc. All rights reserved.
24 # Copyright (c) 2012 Joyent, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
27 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
28
29 include ../Makefile.master
30
31 #
32 # Note that the commands 'lp', and 'perl' are first in
33 # the list, violating alphabetical order. This is because they are very
34 # long-running and should be given the most wall-clock time for a
35 # parallel build.
36 #
37 # Commands in the FIRST_SUBDIRS list are built before starting the build
38 # of other commands. Currently this includes only 'isaexec' and
39 # 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or
40 # $(ROOT)/usr/lib/platexec must exist when some other commands are built
41 # because their 'make install' creates a hard link to one of them.
42 #
43 # Commands are listed one per line so that TeamWare can auto-merge most
44 # changes.
45 #
46
47 FIRST_SUBDIRS= \
48 isaexec \
49 platexec
50
51 COMMON_SUBDIRS= \
52 allocate \
53 availdevs \
54 lp \
55 perl \
56 Adm \
57 abi \
58 adbgen \
59 acct \
60 acctadm \
61 arch \
62 asa \
63 ast \
64 audio \
65 auths \
66 autopush \
67 avs \
68 awk \
69 awk_xpg4 \
70 backup \
71 banner \
72 bart \
73 basename \
74 bc \
75 bdiff \
235 listen \
236 loadkeys \
237 locale \
238 localedef \
239 lockstat \
240 locator \
241 lofiadm \
242 logadm \
243 logger \
244 login \
245 logins \
246 look \
247 ls \
248 luxadm \
249 lvm \
250 mach \
251 machid \
252 mail \
253 mailx \
254 makekey \
255 man \
256 mandoc \
257 mdb \
258 mesg \
259 mkdir \
260 mkfifo \
261 mkfile \
262 mkmsgs \
263 mknod \
264 mkpwdict \
265 mktemp \
266 modload \
267 more \
268 mpathadm \
269 msgfmt \
270 msgid \
271 mt \
272 mv \
273 mvdir \
274 ndmpadm \
275 ndmpd \
276 ndmpstat \
483 ucodeadm \
484 xvm
485
486 sparc_SUBDIRS= \
487 cvcd \
488 dcs \
489 device_remap \
490 drd \
491 fruadm \
492 ldmad \
493 oplhpd \
494 prtdscp \
495 prtfru \
496 scadm \
497 sckmd \
498 sf880drd \
499 virtinfo \
500 vntsd
501
502 #
503 # Commands that are messaged. Note that 'lp' comes first
504 # (see previous comment about 'lp'.)
505 #
506 MSGSUBDIRS= \
507 lp \
508 abi \
509 acctadm \
510 allocate \
511 asa \
512 audio \
513 audit \
514 auditconfig \
515 auditd \
516 auditrecord \
517 auditset \
518 auths \
519 autopush \
520 avs \
521 awk \
522 awk_xpg4 \
523 backup \
524 banner \
525 bart \
526 basename \
527 beadm \
601 iscsiadm \
602 iscsid \
603 isns \
604 itadm \
605 kbd \
606 krb5 \
607 ksh \
608 last \
609 ldap \
610 ldapcachemgr \
611 lgrpinfo \
612 locale \
613 lofiadm \
614 logadm \
615 logger \
616 logins \
617 ls \
618 luxadm \
619 lvm \
620 mailx \
621 man \
622 mesg \
623 mkdir \
624 mkpwdict \
625 mktemp \
626 more \
627 mpathadm \
628 msgfmt \
629 mv \
630 ndmpadm \
631 ndmpstat \
632 newgrp \
633 newtask \
634 nice \
635 nohup \
636 oawk \
637 pack \
638 passwd \
639 passmgmt \
640 pathchk \
641 pfexec \
|