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
24 #
25 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms.
27 #
28 # cmd/Makefile
29 #
30 # include global definitions
31 include ../Makefile.master
32
33 #
34 # Commands in the FIRST_SUBDIRS list are built before starting the
35 # build of other commands.
36 #
37 # Commands are listed one per line so that TeamWare can
38 # auto-merge most changes.
39 #
40 # Use of .WAIT is discouraged, use explicit dependencies instead.
41
42 FIRST_SUBDIRS=
43
44 # this list is not completely alphabetical because the largest packages
45 # need to be started first
74 ctags \
75 diffutils \
76 amanda \
77 fetchmail \
78 expect \
79 file \
80 gawk \
81 gcal \
82 groff \
83 graphviz \
84 lynx \
85 mpage \
86 mutt \
87 nmh \
88 procmail \
89 rxvt \
90 snort \
91 sed \
92 screen \
93 screenbrltty \
94 vim \
95 w3 \
96 enscript \
97 squid \
98 vorbis-tools \
99 uudeview \
100 findutils \
101 coreutils \
102 plotutils \
103 sharutils \
104 tnef \
105 xcpustate \
106 xdelta \
107 xmms \
108 xpp \
109 asclock \
110 xterm \
111 pine \
112 ocaml \
113 xfce \
114 mpack \
|
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
24 #
25 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms.
27 #
28 # cmd/Makefile
29 #
30 # include global definitions
31 include ../Makefile.master
32
33 #
34 # Commands in the FIRST_SUBDIRS list are built before starting the
35 # build of other commands.
36 #
37 # Commands are listed one per line so that TeamWare can
38 # auto-merge most changes.
39 #
40 # Use of .WAIT is discouraged, use explicit dependencies instead.
41
42 FIRST_SUBDIRS=
43
44 # this list is not completely alphabetical because the largest packages
45 # need to be started first
74 ctags \
75 diffutils \
76 amanda \
77 fetchmail \
78 expect \
79 file \
80 gawk \
81 gcal \
82 groff \
83 graphviz \
84 lynx \
85 mpage \
86 mutt \
87 nmh \
88 procmail \
89 rxvt \
90 snort \
91 sed \
92 screen \
93 screenbrltty \
94 w3 \
95 enscript \
96 squid \
97 vorbis-tools \
98 uudeview \
99 findutils \
100 coreutils \
101 plotutils \
102 sharutils \
103 tnef \
104 xcpustate \
105 xdelta \
106 xmms \
107 xpp \
108 asclock \
109 xterm \
110 pine \
111 ocaml \
112 xfce \
113 mpack \
|