1*3299f39fSGordon Ross# 2*3299f39fSGordon Ross# CDDL HEADER START 3*3299f39fSGordon Ross# 4*3299f39fSGordon Ross# The contents of this file are subject to the terms of the 5*3299f39fSGordon Ross# Common Development and Distribution License (the "License"). 6*3299f39fSGordon Ross# You may not use this file except in compliance with the License. 7*3299f39fSGordon Ross# 8*3299f39fSGordon Ross# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3299f39fSGordon Ross# or http://www.opensolaris.org/os/licensing. 10*3299f39fSGordon Ross# See the License for the specific language governing permissions 11*3299f39fSGordon Ross# and limitations under the License. 12*3299f39fSGordon Ross# 13*3299f39fSGordon Ross# When distributing Covered Code, include this CDDL HEADER in each 14*3299f39fSGordon Ross# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3299f39fSGordon Ross# If applicable, add the following below this CDDL HEADER, with the 16*3299f39fSGordon Ross# fields enclosed by brackets "[]" replaced with your own identifying 17*3299f39fSGordon Ross# information: Portions Copyright [yyyy] [name of copyright owner] 18*3299f39fSGordon Ross# 19*3299f39fSGordon Ross# CDDL HEADER END 20*3299f39fSGordon Ross# 21*3299f39fSGordon Ross# 22*3299f39fSGordon Ross# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*3299f39fSGordon Ross# Use is subject to license terms. 24*3299f39fSGordon Ross# 25*3299f39fSGordon Ross 26*3299f39fSGordon RossMACH_LDLIBS += -L$(ROOT)/usr/lib/smbsrv/$(MACH64) 27*3299f39fSGordon Ross 28*3299f39fSGordon Rossinclude ../Makefile.com 29*3299f39fSGordon Rossinclude ../../Makefile.lib.64 30*3299f39fSGordon Ross 31*3299f39fSGordon Rossinstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) 32