Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
883N/A#
883N/A# This file and its contents are supplied under the terms of the
883N/A# Common Development and Distribution License ("CDDL"), version 1.0.
883N/A# You may only use this file in accordance with the terms of version
883N/A# 1.0 of the CDDL.
883N/A#
883N/A# A full copy of the text of the CDDL should have accompanied this
883N/A# source. A copy of the CDDL is also available via the Internet at
883N/A# http://www.illumos.org/license/CDDL.
883N/A#
883N/A
883N/A#
883N/A# Copyright (c) 2013 by Delphix. All rights reserved.
883N/A#
883N/A
883N/A.PARALLEL: $(SUBDIRS)
883N/A
883N/Ainclude $(SRC)/Makefile.master
883N/A
883N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
883N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/features/async_destroy
883N/A
883N/Aall install lint clean clobber:
883N/A
883N/ASUBDIRS = async_destroy
883N/A
883N/Ainclude $(SRC)/test/Makefile.com
883N/A