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 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 #
26
27 include ../../Makefile.cmd
28
29 sparc_PROG=
30 i386_PROG=
31
32 PROG= \
33 README \
34 cachefs.daemon \
35 devlinks \
36 drvconfig \
37 ldap.client \
38 nfs.server \
39 nscd \
40 sendmail \
41 slpd \
42 sysetup \
43 uucp \
44 $($(MACH)_PROG)
45
46
47 OTHERPROG= README.rcS README.rc2 README.rc3
48
49 ROOTETCINITD= $(ROOTETC)/init.d
50 ROOTETCRCSD= $(ROOTETC)/rcS.d
51 ROOTETCRC0D= $(ROOTETC)/rc0.d
52 ROOTETCRC1D= $(ROOTETC)/rc1.d
53 ROOTETCRC2D= $(ROOTETC)/rc2.d
54 ROOTETCRC3D= $(ROOTETC)/rc3.d
55
56 DIRS= $(ROOTETCINITD) \
57 $(ROOTETCRCSD) \
58 $(ROOTETCRC0D) \
59 $(ROOTETCRC1D) \
60 $(ROOTETCRC2D) \
61 $(ROOTETCRC3D)
|
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 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26 #
27
28 include ../../Makefile.cmd
29
30 sparc_PROG=
31 i386_PROG=
32
33 PROG= \
34 README \
35 cachefs.daemon \
36 sysetup \
37 uucp \
38 $($(MACH)_PROG)
39
40
41 OTHERPROG= README.rcS README.rc2 README.rc3
42
43 ROOTETCINITD= $(ROOTETC)/init.d
44 ROOTETCRCSD= $(ROOTETC)/rcS.d
45 ROOTETCRC0D= $(ROOTETC)/rc0.d
46 ROOTETCRC1D= $(ROOTETC)/rc1.d
47 ROOTETCRC2D= $(ROOTETC)/rc2.d
48 ROOTETCRC3D= $(ROOTETC)/rc3.d
49
50 DIRS= $(ROOTETCINITD) \
51 $(ROOTETCRCSD) \
52 $(ROOTETCRC0D) \
53 $(ROOTETCRC1D) \
54 $(ROOTETCRC2D) \
55 $(ROOTETCRC3D)
|