Makefile (8bcea973790ad3e762bf78b7c6ad5776e463fd51) Makefile (a422476ddc8b07ee8e17a5962a46cd3b1f2ae17b)
1#
2# CDDL HEADER START
3#
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

--- 13 unchanged lines hidden (view full) ---

22# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24# Copyright 2010, Richard Lowe
25
26SHELL=/usr/bin/ksh93
27
28SHFILES= \
29 Install \
1#
2# CDDL HEADER START
3#
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

--- 13 unchanged lines hidden (view full) ---

22# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24# Copyright 2010, Richard Lowe
25
26SHELL=/usr/bin/ksh93
27
28SHFILES= \
29 Install \
30 bindrop \
31 bldenv \
32 build_cscope \
33 bringovercheck \
34 checkpaths \
35 checkproto \
30 bldenv \
31 build_cscope \
32 bringovercheck \
33 checkpaths \
34 checkproto \
36 cryptodrop \
37 cstyle \
38 elfcmp \
39 flg.flp \
40 genoffsets \
41 hgsetup \
42 nightly \
43 onu \
44 protocmp.terse \

--- 4 unchanged lines hidden (view full) ---

49 xref
50
51PERLFILES= \
52 check_rtime \
53 find_elf \
54 interface_check \
55 interface_cmp \
56 jstyle \
35 cstyle \
36 elfcmp \
37 flg.flp \
38 genoffsets \
39 hgsetup \
40 nightly \
41 onu \
42 protocmp.terse \

--- 4 unchanged lines hidden (view full) ---

47 xref
48
49PERLFILES= \
50 check_rtime \
51 find_elf \
52 interface_check \
53 interface_cmp \
54 jstyle \
57 mkreadme_osol \
58 mktpl \
59 validate_flg \
60 validate_paths \
61 wdiff
62
63PERLMODULES= \
64 onbld_elfmod.pm \
65 onbld_elfmod_vertype.pm
66

--- 112 unchanged lines hidden ---
55 validate_flg \
56 validate_paths \
57 wdiff
58
59PERLMODULES= \
60 onbld_elfmod.pm \
61 onbld_elfmod_vertype.pm
62

--- 112 unchanged lines hidden ---