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