From 6a7379de4888a4c67771e1fb4ae5aad190094a40 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 1 Sep 2020 07:54:14 +0000 Subject: [PATCH] Add defines for OpenZFS variables OZFS is the top of the OpenZFS tree (aka src/sys/contrib/openzfs). ZFSOSSRC is the path to the OepnZFS sources ZFSOSINC is the path to the OepnZFS includes MFC After: 3 days --- stand/defs.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stand/defs.mk b/stand/defs.mk index 9c043740785..564c7738f55 100644 --- a/stand/defs.mk +++ b/stand/defs.mk @@ -35,6 +35,9 @@ SASRC= ${BOOTSRC}/libsa SYSDIR= ${SRCTOP}/sys UBOOTSRC= ${BOOTSRC}/uboot ZFSSRC= ${SASRC}/zfs +OZFS= ${SRCTOP}/sys/contrib/openzfs +ZFSOSSRC= ${OZFS}/module/os/freebsd/ +ZFSOSINC= ${OZFS}/include/os/freebsd LIBCSRC= ${SRCTOP}/lib/libc BOOTOBJ= ${OBJTOP}/stand -- 2.45.0