xref: /illumos-gate/usr/src/test/net-tests/Makefile (revision c61a1653a4d73dbc950dac7d96350fd6cb517486)
1*c61a1653SRyan Zezeski#
2*c61a1653SRyan Zezeski# This file and its contents are supplied under the terms of the
3*c61a1653SRyan Zezeski# Common Development and Distribution License ("CDDL"), version 1.0.
4*c61a1653SRyan Zezeski# You may only use this file in accordance with the terms of version
5*c61a1653SRyan Zezeski# 1.0 of the CDDL.
6*c61a1653SRyan Zezeski#
7*c61a1653SRyan Zezeski# A full copy of the text of the CDDL should have accompanied this
8*c61a1653SRyan Zezeski# source.  A copy of the CDDL is also available via the Internet at
9*c61a1653SRyan Zezeski# http://www.illumos.org/license/CDDL.
10*c61a1653SRyan Zezeski#
11*c61a1653SRyan Zezeski
12*c61a1653SRyan Zezeski#
13*c61a1653SRyan Zezeski# Copyright 2019, Joyent Inc.
14*c61a1653SRyan Zezeski#
15*c61a1653SRyan Zezeski
16*c61a1653SRyan Zezeski.PARALLEL: $(SUBDIRS)
17*c61a1653SRyan Zezeski
18*c61a1653SRyan ZezeskiSUBDIRS = cmd config runfiles tests
19*c61a1653SRyan Zezeski
20*c61a1653SRyan Zezeskiinclude $(SRC)/test/Makefile.com
21