diff options
Diffstat (limited to 'sys/modules/dtrace/dtraceall')
-rw-r--r-- | sys/modules/dtrace/dtraceall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/dtrace/dtraceall/Makefile b/sys/modules/dtrace/dtraceall/Makefile index b5d9494ca6d5..1750b5b8bacf 100644 --- a/sys/modules/dtrace/dtraceall/Makefile +++ b/sys/modules/dtrace/dtraceall/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SYSDIR?= ${.CURDIR}/../../.. +SYSDIR?= ${SRCTOP}/sys KMOD= dtraceall SRCS= dtraceall.c opt_compat.h opt_nfs.h |