1*f2ae17edSMatt Barden#
2*f2ae17edSMatt Barden# This file and its contents are supplied under the terms of the
3*f2ae17edSMatt Barden# Common Development and Distribution License ("CDDL"), version 1.0.
4*f2ae17edSMatt Barden# You may only use this file in accordance with the terms of version
5*f2ae17edSMatt Barden# 1.0 of the CDDL.
6*f2ae17edSMatt Barden#
7*f2ae17edSMatt Barden# A full copy of the text of the CDDL should have accompanied this
8*f2ae17edSMatt Barden# source.  A copy of the CDDL is also available via the Internet at
9*f2ae17edSMatt Barden# http://www.illumos.org/license/CDDL.
10*f2ae17edSMatt Barden#
11*f2ae17edSMatt Barden
12*f2ae17edSMatt Barden#
13*f2ae17edSMatt Barden# Copyright 2021 Tintri by DDN, Inc. All rights reserved.
14*f2ae17edSMatt Barden#
15*f2ae17edSMatt Barden
16*f2ae17edSMatt Bardeninclude $(SRC)/Makefile.master
17*f2ae17edSMatt Barden
18*f2ae17edSMatt BardenROOTOPTPKG = $(ROOT)/opt/smbsrv-tests
19*f2ae17edSMatt BardenTARGETDIR = $(ROOTOPTPKG)/include
20*f2ae17edSMatt Barden
21*f2ae17edSMatt Bardeninclude $(SRC)/test/smbsrv-tests/Makefile.com
22