Makefile revision d583b39bfb4e2571d3e41097c5c357ffe353ad45
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# This file and its contents are supplied under the terms of the
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Common Development and Distribution License ("CDDL"), version 1.0.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# You may only use this file in accordance with the terms of version
ed31198c686205a26320612d2a5dd7b26ae63a15John Sonnenschein# 1.0 of the CDDL.
ed31198c686205a26320612d2a5dd7b26ae63a15John Sonnenschein#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# A full copy of the text of the CDDL should have accompanied this
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# source. A copy of the CDDL is also available via the Internet at
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# http://www.illumos.org/license/CDDL.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel# Copyright (c) 2012 by Delphix. All rights reserved.
3db86aab554edbb4244c8d1a1c90f152eee768afstevel#
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevel.PARALLEL: $(SUBDIRS)
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevelSUBDIRS = cmd include runfiles tests doc
3db86aab554edbb4244c8d1a1c90f152eee768afstevel
3db86aab554edbb4244c8d1a1c90f152eee768afstevelinclude $(SRC)/test/Makefile.com
ed31198c686205a26320612d2a5dd7b26ae63a15John Sonnenschein