1*96c8483aSYuri Pankov# 2*96c8483aSYuri Pankov# This file and its contents are supplied under the terms of the 3*96c8483aSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0. 4*96c8483aSYuri Pankov# You may only use this file in accordance with the terms of version 5*96c8483aSYuri Pankov# 1.0 of the CDDL. 6*96c8483aSYuri Pankov# 7*96c8483aSYuri Pankov# A full copy of the text of the CDDL should have accompanied this 8*96c8483aSYuri Pankov# source. A copy of the CDDL is also available via the Internet at 9*96c8483aSYuri Pankov# http://www.illumos.org/license/CDDL. 10*96c8483aSYuri Pankov# 11*96c8483aSYuri Pankov 12*96c8483aSYuri Pankov# 13*96c8483aSYuri Pankov# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 14*96c8483aSYuri Pankov# 15*96c8483aSYuri Pankov 16*96c8483aSYuri Pankov.PARALLEL: $(SUBDIRS) 17*96c8483aSYuri Pankov 18*96c8483aSYuri PankovSUBDIRS= cmd \ 19*96c8483aSYuri Pankov config \ 20*96c8483aSYuri Pankov doc \ 21*96c8483aSYuri Pankov include \ 22*96c8483aSYuri Pankov runfiles \ 23*96c8483aSYuri Pankov tests 24*96c8483aSYuri Pankov 25*96c8483aSYuri Pankovinclude $(SRC)/test/Makefile.com 26