summaryrefslogtreecommitdiffstats
path: root/sys/modules/wtap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/wtap/Makefile')
-rw-r--r--sys/modules/wtap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/wtap/Makefile b/sys/modules/wtap/Makefile
index 58f60fb..4386bf0d 100644
--- a/sys/modules/wtap/Makefile
+++ b/sys/modules/wtap/Makefile
@@ -5,13 +5,13 @@
KMOD = wtap
# Enumerate Source files for kernel module
-.PATH: ${.CURDIR}/../../dev/wtap
+.PATH: ${SRCTOP}/sys/dev/wtap
SRCS = if_wtap_module.c if_wtap.c if_medium.c
-.PATH: ${.CURDIR}/../../dev/wtap/wtap_hal
+.PATH: ${SRCTOP}/sys/dev/wtap/wtap_hal
SRCS += hal.c
-.PATH: ${.CURDIR}/../../dev/wtap/plugins
+.PATH: ${SRCTOP}/sys/dev/wtap/plugins
SRCS += visibility.c
SRCS += opt_global.h
OpenPOWER on IntegriCloud