From 1ce9c620ee9f61a1157fba7e3cbaf3eca1709fb0 Mon Sep 17 00:00:00 2001 From: markj Date: Sun, 2 Aug 2015 00:37:33 +0000 Subject: Add a src.conf option to build and install the DTrace test suite. Reviewed by: gnn, ngie Differential Revision: https://reviews.freebsd.org/D3195 --- cddl/usr.sbin/dtrace/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cddl') diff --git a/cddl/usr.sbin/dtrace/Makefile b/cddl/usr.sbin/dtrace/Makefile index 8c5e3ab..551f6cf 100644 --- a/cddl/usr.sbin/dtrace/Makefile +++ b/cddl/usr.sbin/dtrace/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/dtrace PROG= dtrace @@ -22,4 +24,8 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \ LIBADD= dtrace +.if ${MK_DTRACE_TESTS} != "no" +SUBDIR+= tests +.endif + .include -- cgit v1.1