From 1f6d08865e4b8fe383b8a7f1c27569b34e4d602c Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 31 May 2008 09:37:40 +0000 Subject: [PATCH] Add the DTrace test kernel module so that people can run the tests. --- sys/modules/dtrace/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile index 7dbafb708390..45c2b2f0d406 100644 --- a/sys/modules/dtrace/Makefile +++ b/sys/modules/dtrace/Makefile @@ -6,6 +6,7 @@ SUBDIR= dtmalloc \ dtrace \ dtraceall \ + dtrace_test \ profile \ prototype \ sdt \