xref: /illumos-gate/usr/src/cmd/fs.d/sharefs/Makefile (revision a5f20e891eb1b5d2af2255e766a1dc3b35ac9936)
1*a237e38eSth199096#
2*a237e38eSth199096# CDDL HEADER START
3*a237e38eSth199096#
4*a237e38eSth199096# The contents of this file are subject to the terms of the
5*a237e38eSth199096# Common Development and Distribution License (the "License").
6*a237e38eSth199096# You may not use this file except in compliance with the License.
7*a237e38eSth199096#
8*a237e38eSth199096# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*a237e38eSth199096# or http://www.opensolaris.org/os/licensing.
10*a237e38eSth199096# See the License for the specific language governing permissions
11*a237e38eSth199096# and limitations under the License.
12*a237e38eSth199096#
13*a237e38eSth199096# When distributing Covered Code, include this CDDL HEADER in each
14*a237e38eSth199096# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*a237e38eSth199096# If applicable, add the following below this CDDL HEADER, with the
16*a237e38eSth199096# fields enclosed by brackets "[]" replaced with your own identifying
17*a237e38eSth199096# information: Portions Copyright [yyyy] [name of copyright owner]
18*a237e38eSth199096#
19*a237e38eSth199096# CDDL HEADER END
20*a237e38eSth199096#
21*a237e38eSth199096#
22*a237e38eSth199096# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*a237e38eSth199096# Use is subject to license terms.
24*a237e38eSth199096#
25*a237e38eSth199096
26*a237e38eSth199096FSTYPE=		sharefs
27*a237e38eSth199096LIBPROG=	mount
28*a237e38eSth199096
29*a237e38eSth199096include		../Makefile.fstype
30*a237e38eSth199096include		../Makefile.mount
31*a237e38eSth199096include		../Makefile.mount.targ
32