aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/async/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/async/Makefile')
-rw-r--r--sys/modules/netgraph/async/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/async/Makefile b/sys/modules/netgraph/async/Makefile
index 6b73ddc9482b..a7ce43c711c9 100644
--- a/sys/modules/netgraph/async/Makefile
+++ b/sys/modules/netgraph/async/Makefile
@@ -5,4 +5,4 @@ KMOD= ng_async
SRCS= ng_async.c
MAN8= ng_async.8
-.include <bsd.kmod.mk>
+.include "${.CURDIR}/../../../conf/kmod.mk"