Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# CDDL HEADER START
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# The contents of this file are subject to the terms of the
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# Common Development and Distribution License, Version 1.0 only
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# (the "License"). You may not use this file except in compliance
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# with the License.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# or http://www.opensolaris.org/os/licensing.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# See the License for the specific language governing permissions
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# and limitations under the License.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER END
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#ident "%Z%%M% %I% %E% SMI"
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt# Use is subject to license terms.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt#
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
b66b333f59cf51ef87f973084a5023acd9317fb2Evan HuntFSTYPE= pcfs
b66b333f59cf51ef87f973084a5023acd9317fb2Evan HuntLIBPROG= mount
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Huntinclude ../../Makefile.fstype
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Huntinclude ../../Makefile.mount
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Huntinclude ../../Makefile.mount.targ
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt