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