usr/src/cmd/fs.d/nfs/svc/Makefile
author Vitaliy Gusev <gusev.vitaliy@nexenta.com>
Tue, 05 Jun 2012 10:19:22 -0700
changeset 13711 0765d0ec4e2a
parent 3048 ce5ba5995ea4
child 13714 e2f6dabb84ef
permissions -rw-r--r--
2614 nfs logging works incorrectly Reviewed by: Albert Lee <[email protected]> Reviewed by: T Nguyen <[email protected]> Reviewed by: Garrett D'Amore <[email protected]> Approved by: Garrett D'Amore <[email protected]>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
# CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2128
6403b9743e73 6432964 rpcbind should not require restart to begin listening to the network
jjj
parents: 0
diff changeset
     5
# Common Development and Distribution License (the "License").
6403b9743e73 6432964 rpcbind should not require restart to begin listening to the network
jjj
parents: 0
diff changeset
     6
# You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
# See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
# and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
# CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    21
#
2128
6403b9743e73 6432964 rpcbind should not require restart to begin listening to the network
jjj
parents: 0
diff changeset
    22
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    23
# Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    24
#
13711
0765d0ec4e2a 2614 nfs logging works incorrectly
Vitaliy Gusev <gusev.vitaliy@nexenta.com>
parents: 3048
diff changeset
    25
# Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
0765d0ec4e2a 2614 nfs logging works incorrectly
Vitaliy Gusev <gusev.vitaliy@nexenta.com>
parents: 3048
diff changeset
    26
0765d0ec4e2a 2614 nfs logging works incorrectly
Vitaliy Gusev <gusev.vitaliy@nexenta.com>
parents: 3048
diff changeset
    27
#
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    28
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    29
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    30
MANIFEST=	server.xml client.xml rquota.xml mapid.xml nlockmgr.xml \
13711
0765d0ec4e2a 2614 nfs logging works incorrectly
Vitaliy Gusev <gusev.vitaliy@nexenta.com>
parents: 3048
diff changeset
    31
		status.xml cbd.xml nfslogd.xml
2128
6403b9743e73 6432964 rpcbind should not require restart to begin listening to the network
jjj
parents: 0
diff changeset
    32
SVCMETHOD=	nfs-server nfs-client nlockmgr
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    33
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    34
include $(SRC)/cmd/Makefile.cmd
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    35
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    36
ROOTMANIFESTDIR=	$(ROOTSVCNETWORKNFS)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    37
3048
ce5ba5995ea4 PSARC 2006/552 Quagga SMF Modifications
amaguire
parents: 2128
diff changeset
    38
all lint:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    39
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    40
install:	$(ROOTMANIFEST) $(ROOTSVCMETHOD)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    41
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    42
clean:
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    43
	$(RM) $(OBJS)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    44
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    45
check:		$(CHKMANIFEST)
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    46
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    47
include $(SRC)/cmd/Makefile.targ