Print this page
8226 nza-kernel needs to be buildable by itself
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/tools/env/Makefile
+++ new/usr/src/tools/env/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
|
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
22 +# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
22 23 #
23 24
24 25 ENVFILES= \
26 + nza \
25 27 illumos
26 28
27 29 include ../Makefile.tools
28 30
29 31 FILEMODE= 644
30 32
31 33 CLOBBERFILES= $(ENVFILES)
32 34
33 35 .KEEP_STATE:
34 36
35 37 all: $(ENVFILES)
36 38
37 39 install: all .WAIT $(ROOTONBLDENVFILES)
38 40
39 41 clean:
40 42
41 43 clobber:
42 44
43 45 include ../Makefile.targ
44 46
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX