Makefile revision 0903b339f5e017fe3d097ff5b52694764d01f6b9
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
d34409ad02ea0d28e08a6c4b089a412fdb3b4c9cvboxsync# CDDL HEADER START
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# The contents of this file are subject to the terms of the
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# Common Development and Distribution License (the "License").
c7814cf6e1240a519cbec0441e033d0e2470ed00vboxsync# You may not use this file except in compliance with the License.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# or http://www.opensolaris.org/os/licensing.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# See the License for the specific language governing permissions
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# and limitations under the License.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# When distributing Covered Code, include this CDDL HEADER in each
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# If applicable, add the following below this CDDL HEADER, with the
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# CDDL HEADER END
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# Use is subject to license terms.
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync# ident "%Z%%M% %I% %E% SMI"
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync#
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncTXTS = etc_netconfig etc_default_nfs
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncNFS_DFL = ../../../../cmd/fs.d/nfs/etc/nfs.dfl
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncall: $(TXTS)
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncinclude ../Makefile.lx
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsynclint:
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncinstall: $(ROOTTXTS)
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncclean:
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync -$(RM) etc_default_nfs
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncclobber: clean
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync -$(RM) $(ROOTXMLDOCS) $(ROOTTXTS)
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsyncetc_default_nfs: $(NFS_DFL)
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync $(RM) $@
783319f125a1cfb60a69177b4d3941aa25e6a29avboxsync $(CP) $(NFS_DFL) $@