Skip to content

Commit

Permalink
8424 usr/src/tools/mandoc should take advantage of NATIVE_ADJUNCT
Browse files Browse the repository at this point in the history
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Approved by: Dan McDonald <danmcd@joyent.com>
  • Loading branch information
jjelinek authored and Dan McDonald committed Jun 26, 2017
1 parent e09ba01 commit 10f4f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/src/tools/mandoc/Makefile
Expand Up @@ -11,6 +11,7 @@

#
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2017 Joyent, Inc.
#

CMDDIR= $(SRC)/cmd/mandoc
Expand All @@ -24,6 +25,8 @@ OBJS += fts.o \
strtonum.o

CPPFLAGS += -I. -include fts.h
CPPFLAGS += -I$(NATIVE_ADJUNCT)/include
LDFLAGS += -L$(NATIVE_ADJUNCT)/lib -R$(NATIVE_ADJUNCT)/lib

.KEEP_STATE:

Expand Down

0 comments on commit 10f4f8a

Please sign in to comment.