Makefile revision 62c5fea7d9de2a9578bfd7b7ab0890288ccfeff0
1117N/A#
1117N/A# CDDL HEADER START
1117N/A#
1117N/A# The contents of this file are subject to the terms of the
1117N/A# Common Development and Distribution License (the "License").
1117N/A# You may not use this file except in compliance with the License.
1117N/A#
1117N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1117N/A# or http://www.opensolaris.org/os/licensing.
1117N/A# See the License for the specific language governing permissions
1117N/A# and limitations under the License.
1117N/A#
1117N/A# When distributing Covered Code, include this CDDL HEADER in each
1117N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1117N/A# If applicable, add the following below this CDDL HEADER, with the
1117N/A# fields enclosed by brackets "[]" replaced with your own identifying
1117N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1117N/A#
1117N/A# CDDL HEADER END
1117N/A#
1117N/A#
1117N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1117N/A# Use is subject to license terms.
1117N/A#
1117N/A# ident "%Z%%M% %I% %E% SMI"
1117N/A#
1117N/A
1117N/AMANIFEST= server.xml client.xml rquota.xml mapid.xml nlockmgr.xml \
1117N/A status.xml cbd.xml
1117N/ASVCMETHOD= nfs-server nfs-client nlockmgr
1117N/A
1117N/Ainclude $(SRC)/cmd/Makefile.cmd
1117N/A
1117N/AROOTMANIFESTDIR= $(ROOTSVCNETWORKNFS)
1117N/A
1117N/Aall lint:
1117N/A
1117N/Ainstall: $(ROOTMANIFEST) $(ROOTSVCMETHOD)
1117N/A
1117N/Aclean:
1117N/A $(RM) $(OBJS)
1117N/A
1117N/Acheck: $(CHKMANIFEST)
1117N/A
1117N/Ainclude $(SRC)/cmd/Makefile.targ
1117N/A