aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/Makefile
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-12-17 18:35:32 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-12-17 18:35:32 +0000
commitb1ce931bd8d5094a9cdc8f581314a7fb6d528123 (patch)
treec7eb35d1421661a37006987a476bd32720a7e75e /tests/sys/Makefile
parent7fe3fd48a5c9b1a082cb5d3a4da4469fd5666382 (diff)
Notes
Diffstat (limited to 'tests/sys/Makefile')
-rw-r--r--tests/sys/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
index 533b8958d0df..a805301b2850 100644
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -6,7 +6,7 @@ TESTSDIR= ${TESTSBASE}/sys
TESTS_SUBDIRS+= acl
TESTS_SUBDIRS+= aio
-TESTS_SUBDIRS+= audit
+TESTS_SUBDIRS+= ${_audit}
TESTS_SUBDIRS+= auditpipe
TESTS_SUBDIRS+= capsicum
TESTS_SUBDIRS+= ${_cddl}
@@ -27,6 +27,10 @@ TESTS_SUBDIRS+= sys
TESTS_SUBDIRS+= vfs
TESTS_SUBDIRS+= vm
+.if ${MK_AUDIT} != "no"
+_audit= audit
+.endif
+
.if ${MK_CDDL} != "no"
_cddl= cddl
.endif