Makefile revision d583b39bfb4e2571d3e41097c5c357ffe353ad45
2317N/A#
4174N/A# This file and its contents are supplied under the terms of the
2317N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2317N/A# You may only use this file in accordance with the terms of version
2317N/A# 1.0 of the CDDL.
2317N/A#
2362N/A# A full copy of the text of the CDDL should have accompanied this
2317N/A# source. A copy of the CDDL is also available via the Internet at
2362N/A# http://www.illumos.org/license/CDDL.
2317N/A#
2317N/A
2317N/A#
2317N/A# Copyright (c) 2012 by Delphix. All rights reserved.
2317N/A#
2317N/A
2317N/A.PARALLEL: $(SUBDIRS)
2317N/A
2317N/ASUBDIRS = os-tests test-runner zfs-tests
2317N/A
2317N/Ainclude Makefile.com
2362N/A