Author: tsoome
Date: Sat Jun 20 08:22:57 2020
New Revision: 362433
URL: https://svnweb.freebsd.org/changeset/base/362433

Log:
  loader: libofw build is missing sys/list.h after r362431
  
  Add another include path

Modified:
  head/stand/libofw/Makefile

Modified: head/stand/libofw/Makefile
==============================================================================
--- head/stand/libofw/Makefile  Sat Jun 20 07:46:43 2020        (r362432)
+++ head/stand/libofw/Makefile  Sat Jun 20 08:22:57 2020        (r362433)
@@ -10,6 +10,7 @@ SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c
 .PATH: ${ZFSSRC}
 SRCS+=  devicename_stubs.c
 CFLAGS+=       -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs
+CFLAGS+=       -I${SYSDIR}/cddl/contrib/opensolaris/uts/common
 
 # Pick up the bootstrap header for some interface items
 CFLAGS+=       -I${LDRSRC}
_______________________________________________
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"

Reply via email to