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