00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# CDDL HEADER START
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# The contents of this file are subject to the terms of the
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# Common Development and Distribution License (the "License").
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# You may not use this file except in compliance with the License.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# See the License for the specific language governing permissions
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# and limitations under the License.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# When distributing Covered Code, include this CDDL HEADER in each
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# If applicable, add the following below this CDDL HEADER, with the
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# fields enclosed by brackets "[]" replaced with your own identifying
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# information: Portions Copyright [yyyy] [name of copyright owner]
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# CDDL HEADER END
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke SmithROOTVARSMBDLLDIR = $(ROOTVARSMB)/cvol/windows/system32
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# Should not have to do this, but the Kerberos includes are a mess.
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke Smith# prefer to keep libs ordered by dependence
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke SmithLDLIBS += -lmlsvc -lmlrpc -lsmbns -lsmb -lsmbfs -lgss
00cf03a1ca1624dac1fecc85f43fc34f8806aff9Luke SmithLDLIBS += -lzfs -lbsm -lscf -lcmdutils -lsocket -lnsl -lumem
$(POST_PROCESS)
_msg: