Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 22:53:25 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r346716 - stable/11/usr.sbin/bhyve
Message-ID:  <201904252253.x3PMrP0U028552@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904252253.x3PMrP0U028552>