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 #
25
26 include ../Makefile.master
27
28 # Bootstrap problem --
29 # 'cw' must be built before anything else can be built.
30
31 BOOT_SUBDIRS= \
32 cw
33
34 COMMON_SUBDIRS= \
35 codereview \
36 codesign \
37 cscope-fast \
38 ctf \
39 depcheck \
40 env \
41 findunref \
42 ndrgen \
43 onbld \
44 pmodes \
45 gk \
46 install.bin \
47 lintdump \
48 protocmp \
49 protolist \
50 scripts
51
52 #
53 # special versions of commands for use only in build
54 #
55 UNSHIPPED_SUBDIRS = \
56 elfsign
|
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 #
25
26 include ../Makefile.master
27
28 # Bootstrap problem --
29 # 'cw' must be built before anything else can be built.
30
31 BOOT_SUBDIRS= \
32 cw
33
34 COMMON_SUBDIRS= \
35 codereview \
36 cscope-fast \
37 ctf \
38 depcheck \
39 env \
40 findunref \
41 ndrgen \
42 onbld \
43 pmodes \
44 gk \
45 install.bin \
46 lintdump \
47 protocmp \
48 protolist \
49 scripts
50
51 #
52 # special versions of commands for use only in build
53 #
54 UNSHIPPED_SUBDIRS = \
55 elfsign
|