From 27654ebe6cec3d348ab6a9385651ea31beec61bc Mon Sep 17 00:00:00 2001 From: mav Date: Thu, 25 Apr 2019 22:53:25 +0000 Subject: [PATCH] Fix build with r346707. --- usr.sbin/bhyve/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index dbae8b275d1..4aefe02c0a9 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -3,6 +3,7 @@ # .include +CFLAGS+=-I${SRCTOP}/sys PROG= bhyve PACKAGE= bhyve -- 2.45.0