svn commit: r346716 - stable/11/usr.sbin/bhyve

Alexander Motin mav at FreeBSD.org
Thu Apr 25 22:53:26 UTC 2019


Author: mav
Date: Thu Apr 25 22:53:25 2019
New Revision: 346716
URL: https://svnweb.freebsd.org/changeset/base/346716

Log:
  Fix build with r346707.

Modified:
  stable/11/usr.sbin/bhyve/Makefile

Modified: stable/11/usr.sbin/bhyve/Makefile
==============================================================================
--- stable/11/usr.sbin/bhyve/Makefile	Thu Apr 25 22:52:44 2019	(r346715)
+++ stable/11/usr.sbin/bhyve/Makefile	Thu Apr 25 22:53:25 2019	(r346716)
@@ -3,6 +3,7 @@
 #
 
 .include <src.opts.mk>
+CFLAGS+=-I${SRCTOP}/sys
 
 PROG=	bhyve
 PACKAGE=	bhyve


More information about the svn-src-all mailing list