1*8329232eSGordon Ross# 2*8329232eSGordon Ross# This file and its contents are supplied under the terms of the 3*8329232eSGordon Ross# Common Development and Distribution License ("CDDL"), version 1.0. 4*8329232eSGordon Ross# You may only use this file in accordance with the terms of version 5*8329232eSGordon Ross# 1.0 of the CDDL. 6*8329232eSGordon Ross# 7*8329232eSGordon Ross# A full copy of the text of the CDDL should have accompanied this 8*8329232eSGordon Ross# source. A copy of the CDDL is also available via the Internet at 9*8329232eSGordon Ross# http://www.illumos.org/license/CDDL. 10*8329232eSGordon Ross# 11*8329232eSGordon Ross 12*8329232eSGordon Ross# 13*8329232eSGordon Ross# Copyright 2017 Nexenta Systems, Inc. All rights reserved. 14*8329232eSGordon Ross# 15*8329232eSGordon Ross 16*8329232eSGordon RossMACH_LDLIBS += -L$(ROOT)/usr/lib/smbfs/$(MACH64) 17*8329232eSGordon Ross 18*8329232eSGordon Rossinclude ../Makefile.com 19*8329232eSGordon Rossinclude ../../../Makefile.lib.64 20*8329232eSGordon Ross 21*8329232eSGordon RossDYNFLAGS += -R/usr/lib/smbfs/$(MACH64) 22*8329232eSGordon Ross 23*8329232eSGordon Rossinstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) 24