diff options
author | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2017-10-10 12:37:29 +0200 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2018-02-22 19:04:36 +0000 |
commit | aedc79a5191058147e53a0ed06346ca4933a4512 (patch) | |
tree | 887ea518064e36e8d3f1a9a2f816b222358646e0 /usr/src/head | |
parent | 43f85cd4da7e7860e4d240f14e6b5dd45700c7b6 (diff) | |
download | illumos-joyent-aedc79a5191058147e53a0ed06346ca4933a4512.tar.gz |
OS-6410 fix-up bhyve build
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/head')
-rw-r--r-- | usr/src/head/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/head/Makefile b/usr/src/head/Makefile index eaf35ff373..64e1f1ba5d 100644 --- a/usr/src/head/Makefile +++ b/usr/src/head/Makefile @@ -25,13 +25,16 @@ # Copyright 2013 Garrett D'Amore <garrett@damore.org> # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright 2017 Nexenta Systems, Inc. +# Copyright 2017 Joyent, Inc. # # include global definitions include ../Makefile.master sparc_HDRS= -i386_HDRS= stack_unwind.h +i386_HDRS= \ + stack_unwind.h \ + bhyve.h KRB5HDRS= \ mit_copyright.h \ |