diff options
Diffstat (limited to 'sys/modules/vnic/thunder_bgx/Makefile')
| -rw-r--r-- | sys/modules/vnic/thunder_bgx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/vnic/thunder_bgx/Makefile b/sys/modules/vnic/thunder_bgx/Makefile index 4926e7a68519e..d1284382d222a 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 |
