1*9663SMark.Logan@Sun.COM# 2*9663SMark.Logan@Sun.COM# CDDL HEADER START 3*9663SMark.Logan@Sun.COM# 4*9663SMark.Logan@Sun.COM# The contents of this file are subject to the terms of the 5*9663SMark.Logan@Sun.COM# Common Development and Distribution License (the "License"). 6*9663SMark.Logan@Sun.COM# You may not use this file except in compliance with the License. 7*9663SMark.Logan@Sun.COM# 8*9663SMark.Logan@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*9663SMark.Logan@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*9663SMark.Logan@Sun.COM# See the License for the specific language governing permissions 11*9663SMark.Logan@Sun.COM# and limitations under the License. 12*9663SMark.Logan@Sun.COM# 13*9663SMark.Logan@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*9663SMark.Logan@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*9663SMark.Logan@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*9663SMark.Logan@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*9663SMark.Logan@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*9663SMark.Logan@Sun.COM# 19*9663SMark.Logan@Sun.COM# CDDL HEADER END 20*9663SMark.Logan@Sun.COM# 21*9663SMark.Logan@Sun.COM# 22*9663SMark.Logan@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*9663SMark.Logan@Sun.COM# Use is subject to license terms. 24*9663SMark.Logan@Sun.COM# 25*9663SMark.Logan@Sun.COM 26*9663SMark.Logan@Sun.COMinclude ../Makefile.com 27*9663SMark.Logan@Sun.COM 28*9663SMark.Logan@Sun.COMSUBDIRS= pics/$(LIBNTFSDIR) 29*9663SMark.Logan@Sun.COM 30*9663SMark.Logan@Sun.COM.KEEP_STATE: 31*9663SMark.Logan@Sun.COM 32*9663SMark.Logan@Sun.COMall: $(SUBDIRS) $(LIBS) 33*9663SMark.Logan@Sun.COM 34*9663SMark.Logan@Sun.COMinstall: all $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) 35*9663SMark.Logan@Sun.COM 36*9663SMark.Logan@Sun.COM$(SUBDIRS): 37*9663SMark.Logan@Sun.COM mkdir -p $@ 38