diff options
-rw-r--r-- | usr/src/tools/mandoc/Makefile | 3 |
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) |