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 # 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 cstyle \
35 elfcmp \
36 flg.flp \
37 genoffsets \
38 nightly \
39 onu \
40 protocmp.terse \
41 sccscheck \
42 webrev \
43 which_scm \
44 ws \
45 xref
46
47 PERLFILES= \
48 check_rtime \
49 find_elf \
50 interface_check \
51 interface_cmp \
52 jstyle \
53 validate_flg \
54 validate_paths \
55 wdiff
56
57 PERLMODULES= \
58 onbld_elfmod.pm \
59 onbld_elfmod_vertype.pm
|
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 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24 # Copyright 2010, Richard Lowe
25 # Copyright 2014 Nexenta Systems, Inc. All rights reserved.
26
27 SHELL=/usr/bin/ksh93
28
29 SHFILES= \
30 Install \
31 bldenv \
32 build_cscope \
33 bringovercheck \
34 check_mail_msg \
35 checkpaths \
36 cstyle \
37 elfcmp \
38 flg.flp \
39 genoffsets \
40 nightly \
41 onu \
42 onu-deb \
43 protocmp.terse \
44 sccscheck \
45 webrev \
46 which_scm \
47 ws \
48 xref
49
50 PERLFILES= \
51 check_rtime \
52 find_elf \
53 interface_check \
54 interface_cmp \
55 jstyle \
56 validate_flg \
57 validate_paths \
58 wdiff
59
60 PERLMODULES= \
61 onbld_elfmod.pm \
62 onbld_elfmod_vertype.pm
|