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 (c) 2012, 2017 by Delphix. All rights reserved. 14*f2ae17edSMatt Barden# 15*f2ae17edSMatt Barden 16*f2ae17edSMatt Barden.PARALLEL: $(SUBDIRS) 17*f2ae17edSMatt Barden 18*f2ae17edSMatt BardenSUBDIRS:sh = find ./* -maxdepth 0 -type d 19*f2ae17edSMatt Barden 20*f2ae17edSMatt Bardeninclude $(SRC)/test/Makefile.com 21