Author: imp Date: Tue Sep 1 07:54:14 2020 New Revision: 365026 URL: https://svnweb.freebsd.org/changeset/base/365026
Log: 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 Modified: head/stand/defs.mk Modified: head/stand/defs.mk ============================================================================== --- head/stand/defs.mk Tue Sep 1 07:54:09 2020 (r365025) +++ head/stand/defs.mk Tue Sep 1 07:54:14 2020 (r365026) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"