diff options
author | John Levon <john.levon@joyent.com> | 2020-06-02 15:08:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 15:08:35 +0100 |
commit | 58e72b51983129707a9b35c402c7fd26a4a16d0d (patch) | |
tree | 26d270c48f3e050d06075b79e4b1cd486fa583f5 | |
parent | 50ddc98f1cce4687379e093ba5549dd0cd75ea18 (diff) | |
parent | da8778e6779a6a87b384173a0293a16fe7bae5cd (diff) | |
download | illumos-joyent-OS-8182.tar.gz |
Merge branch 'master' into OS-8182OS-8182
-rw-r--r-- | usr/src/lib/brand/bhyve/zone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/brand/bhyve/zone/Makefile b/usr/src/lib/brand/bhyve/zone/Makefile index 196e31d575..c7671ba035 100644 --- a/usr/src/lib/brand/bhyve/zone/Makefile +++ b/usr/src/lib/brand/bhyve/zone/Makefile @@ -23,9 +23,9 @@ PROGS += $(PROG1) $(PROG2) CLEANFILES += $(PROG1) $(PROG2) $(PROG1) := LDLIBS += -lnvpair -lcustr -$(PROG2) := CPPFLAGS = -I$(COMPAT)/freebsd -I$(CONTRIB)/freebsd \ +$(PROG2) := CPPFLAGS = -I$(COMPAT)/bhyve -I$(CONTRIB)/bhyve \ $(CPPFLAGS.master) -I$(SRC)/uts/i86pc \ - -I$(COMPAT)/freebsd/amd64 -I$(CONTRIB)/freebsd/amd64 + -I$(COMPAT)/bhyve/amd64 -I$(CONTRIB)/bhyve/amd64 TEMPLATES = SYSbhyve.xml XMLDOCS = config.xml platform.xml |