summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2016-08-18 16:41:22 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2016-08-18 16:41:22 +0000
commit1cafe04f396b886fcb0351313e1e18897f0882aa (patch)
tree4141f6e8ec1b9e3e61ffdf7647326f6ddece1fe9
parente2384e44b3213551c4ea3de2e9b54f1a39eeb708 (diff)
downloadillumos-joyent-1cafe04f396b886fcb0351313e1e18897f0882aa.tar.gz
OS-5603 upstream mandoc change breaks SmartOS buildrelease-20160818
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
-rw-r--r--usr/src/tools/mandoc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/tools/mandoc/Makefile b/usr/src/tools/mandoc/Makefile
index eba26e75ba..0aa0dae4ea 100644
--- a/usr/src/tools/mandoc/Makefile
+++ b/usr/src/tools/mandoc/Makefile
@@ -11,6 +11,7 @@
#
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
+# Copyright 2016 Joyent, Inc.
#
CMDDIR= $(SRC)/cmd/mandoc
@@ -18,6 +19,8 @@ CMDDIR= $(SRC)/cmd/mandoc
include ../Makefile.tools
include $(CMDDIR)/Makefile.common
+CPPFLAGS += $(CPPFLAGS.master)
+
.KEEP_STATE:
all: $(PROG)