diff options
Diffstat (limited to 'sys/modules/vnic')
-rw-r--r-- | sys/modules/vnic/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/vnic/mrmlbus/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/vnic/thunder_bgx/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/vnic/thunder_mdio/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/vnic/vnicpf/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/vnic/vnicvf/Makefile | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/sys/modules/vnic/Makefile b/sys/modules/vnic/Makefile index 69d159060552..d1e0a8e2d915 100644 --- a/sys/modules/vnic/Makefile +++ b/sys/modules/vnic/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" CFLAGS+= -DFDT diff --git a/sys/modules/vnic/mrmlbus/Makefile b/sys/modules/vnic/mrmlbus/Makefile index 1d1eb3453ccd..e3d3b2806823 100644 --- a/sys/modules/vnic/mrmlbus/Makefile +++ b/sys/modules/vnic/mrmlbus/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -S= ${.CURDIR}/../../.. +S= ${SRCTOP}/sys .PATH: $S/dev/vnic diff --git a/sys/modules/vnic/thunder_bgx/Makefile b/sys/modules/vnic/thunder_bgx/Makefile index 4926e7a68519..d1284382d222 100644 --- a/sys/modules/vnic/thunder_bgx/Makefile +++ b/sys/modules/vnic/thunder_bgx/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -S= ${.CURDIR}/../../.. +S= ${SRCTOP}/sys .PATH: $S/dev/vnic diff --git a/sys/modules/vnic/thunder_mdio/Makefile b/sys/modules/vnic/thunder_mdio/Makefile index 78ca8f848ce0..33c3b9c9e1f4 100644 --- a/sys/modules/vnic/thunder_mdio/Makefile +++ b/sys/modules/vnic/thunder_mdio/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -S= ${.CURDIR}/../../.. +S= ${SRCTOP}/sys .PATH: $S/dev/vnic diff --git a/sys/modules/vnic/vnicpf/Makefile b/sys/modules/vnic/vnicpf/Makefile index 206f75f53df7..111de738686b 100644 --- a/sys/modules/vnic/vnicpf/Makefile +++ b/sys/modules/vnic/vnicpf/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -S= ${.CURDIR}/../../.. +S= ${SRCTOP}/sys .PATH: $S/dev/vnic diff --git a/sys/modules/vnic/vnicvf/Makefile b/sys/modules/vnic/vnicvf/Makefile index 9614cc0e1bc0..52a3c232420c 100644 --- a/sys/modules/vnic/vnicvf/Makefile +++ b/sys/modules/vnic/vnicvf/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SYSDIR?=${.CURDIR}/../../.. +SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" -S= ${.CURDIR}/../../.. +S= ${SRCTOP}/sys .PATH: $S/dev/vnic |