diff options
Diffstat (limited to 'usr.sbin/bhyveload/Makefile')
-rw-r--r-- | usr.sbin/bhyveload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyveload/Makefile b/usr.sbin/bhyveload/Makefile index f0241b84f43b..48bed64c26e4 100644 --- a/usr.sbin/bhyveload/Makefile +++ b/usr.sbin/bhyveload/Makefile @@ -9,6 +9,6 @@ LIBADD= vmmapi WARNS?= 3 -CFLAGS+=-I${SRCTOP}/sys/boot/userboot +CFLAGS+=-I${SRCTOP}/stand/userboot .include <bsd.prog.mk> |