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 Barden# The python code in here required python3 or later. 19*f2ae17edSMatt BardenPYSHEBANG = $(PYTHON3) 20*f2ae17edSMatt BardenPYVER = $(PYTHON3_VERSION) 21*f2ae17edSMatt BardenPYSUFFIX = $(PYTHON3_SUFFIX) 22*f2ae17edSMatt Barden 23*f2ae17edSMatt BardenROOTOPTPKG = $(ROOT)/opt/smbsrv-tests 24*f2ae17edSMatt BardenTARGETDIR = $(ROOTOPTPKG)/bin 25*f2ae17edSMatt Barden 26*f2ae17edSMatt Bardeninclude $(SRC)/test/smbsrv-tests/Makefile.com 27