Cross Reference: /illumos-gate/usr/src/cmd/cmd-inet/etc/nca/Makefile
Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
a67d2c414677a2a830d09cafaab1817dcc9a1bc5vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# CDDL HEADER START
a67d2c414677a2a830d09cafaab1817dcc9a1bc5vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# The contents of this file are subject to the terms of the
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# Common Development and Distribution License (the "License").
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# You may not use this file except in compliance with the License.
23179f1443b03947d85eccc81cbc6b5153a4abf3vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# or http://www.opensolaris.org/os/licensing.
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# See the License for the specific language governing permissions
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# and limitations under the License.
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# When distributing Covered Code, include this CDDL HEADER in each
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# If applicable, add the following below this CDDL HEADER, with the
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# CDDL HEADER END
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# Use is subject to license terms.
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync#
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync# cmd/cmd-inet/etc/nca/Makefile
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync#
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsyncNCADIR= nca
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsyncETCPROG= nca.if ncakmod.conf ncalogd.conf ncaport.conf
d5afba4eec453049d8164029471d2d1df0b394e0vboxsync
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsyncinclude ../../../Makefile.cmd
23179f1443b03947d85eccc81cbc6b5153a4abf3vboxsync
07bf154df97af02974bb89d4f1ad36afa2b45443vboxsyncETCNCADIR= $(ROOTETC)/$(NCADIR)
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsyncETCNCAPROG= $(ETCPROG:%=$(ETCNCADIR)/%)
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync
80def5623c7adf0483e142b2ffc1cb9812a9a917vboxsyncFILEMODE= 0644
788efbc10d2ab4252b5e73ca20f82d63e19fe578vboxsync
788efbc10d2ab4252b5e73ca20f82d63e19fe578vboxsync.KEEP_STATE:
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync
788efbc10d2ab4252b5e73ca20f82d63e19fe578vboxsyncall: $(ETCPROG)
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync
788efbc10d2ab4252b5e73ca20f82d63e19fe578vboxsyncinstall: all $(ETCNCADIR) $(ETCNCAPROG)
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync$(ETCNCADIR)/% : %
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync $(INS.file)
788efbc10d2ab4252b5e73ca20f82d63e19fe578vboxsync
7f19e3bb0f6a1b698a37f163e77b7f8084b7f7d5vboxsync$(ETCNCADIR):
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync $(INS.dir)
2c6282ca450ac89f08d14dd5b61082a3e5a42770vboxsync
2c6282ca450ac89f08d14dd5b61082a3e5a42770vboxsyncFRC:
2c6282ca450ac89f08d14dd5b61082a3e5a42770vboxsync
2c6282ca450ac89f08d14dd5b61082a3e5a42770vboxsyncclean clobber lint:
c7f70672ae8d9989596a3cf0395cae3f64b5ac01vboxsync