aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-05-06 11:50:30 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-05-06 11:50:30 +0000
commit2252f43bdceb37482c978c760ecc37f82f34d422 (patch)
tree759e7355bf352e43e4a156a773a28d3d9fdbcad7 /Makefile.inc1
parentde7df74b4855cd9bdd01583a12409d5b1e6da354 (diff)
parent8a6dbb6455abdcc3271b7789b55e10e9c57f4414 (diff)
downloadsrc-2252f43bdceb37482c978c760ecc37f82f34d422.tar.gz
src-2252f43bdceb37482c978c760ecc37f82f34d422.zip
MFH: r282315-r282534
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-arm-redux/; revision=282535
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f21d779228af..213e1c68c9ba 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1263,7 +1263,8 @@ _gperf= gnu/usr.bin/gperf
.endif
.if ${MK_GROFF} != "no"
-_groff= gnu/usr.bin/groff
+_groff= gnu/usr.bin/groff \
+ usr.bin/soelim
.endif
.if ${MK_VT} != "no"