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