17568150aSgwr# 27568150aSgwr# CDDL HEADER START 37568150aSgwr# 47568150aSgwr# The contents of this file are subject to the terms of the 57568150aSgwr# Common Development and Distribution License (the "License"). 67568150aSgwr# You may not use this file except in compliance with the License. 77568150aSgwr# 87568150aSgwr# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97568150aSgwr# or http://www.opensolaris.org/os/licensing. 107568150aSgwr# See the License for the specific language governing permissions 117568150aSgwr# and limitations under the License. 127568150aSgwr# 137568150aSgwr# When distributing Covered Code, include this CDDL HEADER in each 147568150aSgwr# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157568150aSgwr# If applicable, add the following below this CDDL HEADER, with the 167568150aSgwr# fields enclosed by brackets "[]" replaced with your own identifying 177568150aSgwr# information: Portions Copyright [yyyy] [name of copyright owner] 187568150aSgwr# 197568150aSgwr# CDDL HEADER END 207568150aSgwr# 217568150aSgwr# 22613a2f6bSGordon Ross# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 237568150aSgwr# Use is subject to license terms. 247568150aSgwr# 257568150aSgwr 267568150aSgwrFSTYPE= smbfs 277568150aSgwrLIBPROG= lsacl 287568150aSgwrROOTFS_PROG= $(LIBPROG) 297568150aSgwr 307568150aSgwrinclude ../../Makefile.fstype 317568150aSgwr 327568150aSgwrOBJS= $(LIBPROG).o 337568150aSgwrSRCS= $(LIBPROG).c $(FSLIBSRC) 347568150aSgwr 357568150aSgwrLDLIBS += -lsmbfs -lsec 367568150aSgwr 377568150aSgwrCFLAGS += $(CCVERBOSE) 38*7014882cSRichard LoweCERRWARN += -_gcc=-Wno-unused-label 397568150aSgwrC99MODE= $(C99_ENABLE) 407568150aSgwr 417568150aSgwrCLOBBERFILES += $(LIBPROG) 427568150aSgwr 437568150aSgwrall: $(ROOTFS_PROG) 447568150aSgwr 457568150aSgwrinstall: $(ROOTLIBFSTYPEPROG) 467568150aSgwr 477568150aSgwrlint: lint_SRCS 487568150aSgwr 497568150aSgwrclean: 507568150aSgwr $(RM) $(OBJS) 517568150aSgwr 527568150aSgwr.KEEP_STATE: 53