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) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24 # Copyright 2010, Richard Lowe
25
26 SHELL=/usr/bin/ksh93
27
28 SHFILES= \
29 Install \
30 bindrop \
31 bldenv \
32 build_cscope \
33 bringovercheck \
34 checkpaths \
35 checkproto \
36 cryptodrop \
37 cstyle \
38 elfcmp \
39 flg.flp \
40 genoffsets \
41 hgsetup \
42 nightly \
43 onu \
44 protocmp.terse \
45 sccscheck \
46 webrev \
47 which_scm \
48 ws \
49 xref
50
51 PERLFILES= \
52 check_rtime \
53 find_elf \
54 interface_check \
55 interface_cmp \
56 jstyle \
57 mkreadme_osol \
58 mktpl \
59 validate_flg \
60 validate_paths \
61 wdiff
62
63 PERLMODULES= \
64 onbld_elfmod.pm \
65 onbld_elfmod_vertype.pm
66
67
68 PYFILES= \
69 cddlchk \
70 copyrightchk \
71 git-pbchk \
72 hdrchk \
73 hg-active \
74 mapfilechk \
75 validate_pkg \
76 wsdiff
77
78 SCRIPTLINKS= \
|
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) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24 # Copyright 2010, Richard Lowe
25
26 SHELL=/usr/bin/ksh93
27
28 SHFILES= \
29 Install \
30 bldenv \
31 build_cscope \
32 bringovercheck \
33 checkpaths \
34 checkproto \
35 cstyle \
36 elfcmp \
37 flg.flp \
38 genoffsets \
39 hgsetup \
40 nightly \
41 onu \
42 protocmp.terse \
43 sccscheck \
44 webrev \
45 which_scm \
46 ws \
47 xref
48
49 PERLFILES= \
50 check_rtime \
51 find_elf \
52 interface_check \
53 interface_cmp \
54 jstyle \
55 validate_flg \
56 validate_paths \
57 wdiff
58
59 PERLMODULES= \
60 onbld_elfmod.pm \
61 onbld_elfmod_vertype.pm
62
63
64 PYFILES= \
65 cddlchk \
66 copyrightchk \
67 git-pbchk \
68 hdrchk \
69 hg-active \
70 mapfilechk \
71 validate_pkg \
72 wsdiff
73
74 SCRIPTLINKS= \
|