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