xref: /titanic_41/usr/src/test/util-tests/Makefile (revision c037192b037119c9fd354732fc29b38ce097d356)
1*c037192bSGarrett D'Amore#
2*c037192bSGarrett D'Amore# This file and its contents are supplied under the terms of the
3*c037192bSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
4*c037192bSGarrett D'Amore# You may only use this file in accordance with the terms of version
5*c037192bSGarrett D'Amore# 1.0 of the CDDL.
6*c037192bSGarrett D'Amore#
7*c037192bSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
8*c037192bSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
9*c037192bSGarrett D'Amore# http://www.illumos.org/license/CDDL.
10*c037192bSGarrett D'Amore#
11*c037192bSGarrett D'Amore
12*c037192bSGarrett D'Amore#
13*c037192bSGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
14*c037192bSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
15*c037192bSGarrett D'Amore#
16*c037192bSGarrett D'Amore
17*c037192bSGarrett D'Amore.PARALLEL: $(SUBDIRS)
18*c037192bSGarrett D'Amore
19*c037192bSGarrett D'AmoreSUBDIRS = cmd runfiles tests doc
20*c037192bSGarrett D'Amore
21*c037192bSGarrett D'Amoreinclude $(SRC)/test/Makefile.com
22