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 #
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2016 Toomas Soome <tsoome@me.com>
26 # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
27 #
28
29 include ../Makefile.master
30
31 # Bootstrap problem: 'cw' must be built before anything else can be built.
32 # 'install.bin' should be built next, being the 'install' target dependency
33 # for everything else.
34 #
35 # Because of somewhat cyclic dependency between them, both cw and install.bin
36 # override the way we install binaries in their Makefiles.
37 BOOT_SUBDIRS= \
38 cw \
39 .WAIT \
40 install.bin
41
42 COMMON_SUBDIRS= \
43 codereview \
44 codesign \
45 cscope-fast \
46 ctf \
47 env \
48 findunref \
49 lintdump \
50 make \
51 ndrgen \
52 onbld \
53 protocmp \
54 protolist \
55 scripts
56
57 #
58 # special versions of commands for use only in build
59 #
60 UNSHIPPED_SUBDIRS = \
61 localedef \
62 mandoc \
63 tic \
64 vtfontcvt \
65 zic
66
67 sparc_SUBDIRS= \
68 chk4ubin \
|
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 #
23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Nexenta Systems, Inc. All rights reserved.
25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 # Copyright 2016 Toomas Soome <tsoome@me.com>
27 # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
28 #
29
30 include ../Makefile.master
31
32 # Bootstrap problem: 'cw' must be built before anything else can be built.
33 # 'install.bin' should be built next, being the 'install' target dependency
34 # for everything else.
35 #
36 # Because of somewhat cyclic dependency between them, both cw and install.bin
37 # override the way we install binaries in their Makefiles.
38 BOOT_SUBDIRS= \
39 cw \
40 .WAIT \
41 install.bin
42
43 COMMON_SUBDIRS= \
44 codereview \
45 codesign \
46 cscope-fast \
47 ctf \
48 env \
49 findunref \
50 ips2deb \
51 lintdump \
52 make \
53 ndrgen \
54 onbld \
55 protocmp \
56 protolist \
57 scripts
58
59 #
60 # special versions of commands for use only in build
61 #
62 UNSHIPPED_SUBDIRS = \
63 localedef \
64 mandoc \
65 tic \
66 vtfontcvt \
67 zic
68
69 sparc_SUBDIRS= \
70 chk4ubin \
|