Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167386361
D58401.id182477.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
490 B
Referenced Files
None
Subscribers
None
D58401.id182477.diff
View Options
diff --git a/tests/sys/Makefile b/tests/sys/Makefile
--- a/tests/sys/Makefile
+++ b/tests/sys/Makefile
@@ -30,7 +30,7 @@
TESTS_SUBDIRS+= netmap
TESTS_SUBDIRS+= netpfil
TESTS_SUBDIRS+= opencrypto
-TESTS_SUBDIRS+= pmc
+TESTS_SUBDIRS+= ${_pmc}
TESTS_SUBDIRS+= posixshm
TESTS_SUBDIRS+= ses
TESTS_SUBDIRS+= sound
@@ -51,6 +51,10 @@
_netgraph= netgraph
.endif
+.if ${MK_PMC} != "no"
+_pmc= pmc
+.endif
+
# Items not integrated into kyua runs by default
SUBDIR+= pjdfstest
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 12:08 PM (2 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35413679
Default Alt Text
D58401.id182477.diff (490 B)
Attached To
Mode
D58401: tests/sys/pmc: only build if MK_PMC != no
Attached
Detach File
Event Timeline
Log In to Comment