diff options
author | Toomas Soome <tsoome@me.com> | 2015-07-07 17:58:51 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-08-23 09:04:35 -0700 |
commit | a63c99a2145c99a38d5ff19422b132400428ed9d (patch) | |
tree | 589aec0039eba59c107a36ab9250975ed118a45c /usr/src/lib/libbe/Makefile.com | |
parent | 359db861fd14071f8a25831efe3bf3790980d071 (diff) | |
download | illumos-joyent-a63c99a2145c99a38d5ff19422b132400428ed9d.tar.gz |
6080 libbe should support installboot
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Alexander Pyhalov <apyhalov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/libbe/Makefile.com')
-rw-r--r-- | usr/src/lib/libbe/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libbe/Makefile.com b/usr/src/lib/libbe/Makefile.com index bc04dd8a47..c51e6b50a5 100644 --- a/usr/src/lib/libbe/Makefile.com +++ b/usr/src/lib/libbe/Makefile.com @@ -46,7 +46,7 @@ LIBS= $(DYNLIB) $(LINTLIB) SRCDIR= ../common -INCS += -I$(SRCDIR) +INCS += -I$(SRCDIR) -I$(SRC)/cmd/boot/common C99MODE= $(C99_ENABLE) |