aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/roff
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-05-10 05:16:28 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-05-10 05:16:28 +0000
commit76b28ad6ab6dc8d4a62cb7de7f143595be535813 (patch)
tree503bf5824397b13efad271bb2d58dfa84ef555ff /gnu/usr.bin/groff/src/roff
parent1e93612eb7520d41088a3dbde89380de581ccde0 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src/roff')
-rw-r--r--gnu/usr.bin/groff/src/roff/groff/Makefile.depend5
-rw-r--r--gnu/usr.bin/groff/src/roff/troff/Makefile.depend5
2 files changed, 8 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile.depend b/gnu/usr.bin/groff/src/roff/groff/Makefile.depend
index 5a1d3f9ca69b..6936f25a9e7a 100644
--- a/gnu/usr.bin/groff/src/roff/groff/Makefile.depend
+++ b/gnu/usr.bin/groff/src/roff/groff/Makefile.depend
@@ -3,14 +3,17 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
- gnu/lib/libstdc++ \
gnu/usr.bin/groff/src/libs/libgroff \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libc++ \
+ lib/libc_nonshared \
lib/libcompiler_rt \
+ lib/libcxxrt \
lib/msun \
diff --git a/gnu/usr.bin/groff/src/roff/troff/Makefile.depend b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
index a7a2cfe57d2c..80cfb86ca689 100644
--- a/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
+++ b/gnu/usr.bin/groff/src/roff/troff/Makefile.depend
@@ -3,14 +3,17 @@
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
+ gnu/lib/csu \
gnu/lib/libgcc \
- gnu/lib/libstdc++ \
gnu/usr.bin/groff/src/libs/libgroff \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
+ lib/libc++ \
+ lib/libc_nonshared \
lib/libcompiler_rt \
+ lib/libcxxrt \
lib/msun \