diff options
Diffstat (limited to 'sys/modules/geom/geom_multipath/Makefile')
-rw-r--r-- | sys/modules/geom/geom_multipath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/geom/geom_multipath/Makefile b/sys/modules/geom/geom_multipath/Makefile index d036fe0dec7b..27b6fdbf67e4 100644 --- a/sys/modules/geom/geom_multipath/Makefile +++ b/sys/modules/geom/geom_multipath/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../geom/multipath +.PATH: ${SRCTOP}/sys/geom/multipath KMOD= geom_multipath SRCS= g_multipath.c |