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