Makefile revision 4bff34e37def8a90f9194d81bc345c52ba20086a
5403N/A#
5403N/A# CDDL HEADER START
5717N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A#
5403N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5403N/A# Use is subject to license terms.
5403N/A#
5403N/A# ident "%Z%%M% %I% %E% SMI"
5403N/A#
5403N/A# cmd/fs.d/smbclnt/mount/Makefile
5403N/A#
6853N/A
6853N/AFSTYPE= smbfs
6853N/ALIBPROG= mount
5403N/AROOTFS_PROG= $(LIBPROG)
6853N/A
6853N/Ainclude ../../Makefile.fstype
6853N/A
6853N/AOBJS= $(LIBPROG).o
6853N/ASRCS= $(LIBPROG).c $(FSLIBSRC)
6853N/APOFILE= $(LIBPROG).po
6853N/A
6853N/ALDLIBS += -lsmbfs -lscf
5403N/A
5403N/ACFLAGS += $(CCVERBOSE)
5717N/AC99MODE= $(C99_ENABLE)
6853N/ACPPFLAGS += -I$(SRC)/lib/libsmbfs \
6853N/A -I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
6853N/A
6853N/ACLOBBERFILES += $(LIBPROG)
6853N/A
6853N/A.KEEP_STATE:
6853N/A
6853N/Aall: $(ROOTFS_PROG)
6853N/A
5717N/APOFILE= mount.po
5717N/A
5717N/Acatalog: $(POFILE)
6853N/A
6853N/Ainstall: $(ROOTLIBFSTYPEPROG)
6853N/A
5717N/Alint: lint_SRCS
6853N/A
6853N/Aclean:
5717N/A $(RM) $(OBJS) $(POFILE)
5403N/A