d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# CDDL HEADER START
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# The contents of this file are subject to the terms of the
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Common Development and Distribution License (the "License").
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# You may not use this file except in compliance with the License.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# or http://www.opensolaris.org/os/licensing.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# See the License for the specific language governing permissions
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# and limitations under the License.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# When distributing Covered Code, include this CDDL HEADER in each
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# If applicable, add the following below this CDDL HEADER, with the
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# fields enclosed by brackets "[]" replaced with your own identifying
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# information: Portions Copyright [yyyy] [name of copyright owner]
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# CDDL HEADER END
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# Use is subject to license terms.
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross#
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross# cmd/fs.d/smbclnt/scripts/Makefile
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon RossFSTYPE= smbfs
d3520e53d9e7949398e69fc841a260c427600560Gordon RossLIBPROG= dfshares share unshare
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Rossinclude ../../Makefile.fstype
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon RossPOFILE= share.po unshare.po
d3520e53d9e7949398e69fc841a260c427600560Gordon RossCLOBBERFILES+= $(LIBPROG) $(POFILE)
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Rosscatalog: $(POFILE)
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Rosslint:
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross
d3520e53d9e7949398e69fc841a260c427600560Gordon Ross.KEEP_STATE: