summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index f7965f1..6667ec8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -239,6 +239,10 @@ _clang= clang
SUBDIR+= hesinfo
.endif
+.if ${MK_GROFF} != "no"
+SUBDIR+= vgrind
+.endif
+
.if ${MK_OPENSSL} != "no"
SUBDIR+= bc
SUBDIR+= chkey
@@ -320,8 +324,6 @@ SUBDIR+= rpcgen
SUBDIR+= unifdef
SUBDIR+= xlint
SUBDIR+= xstr
-# XXX maybe under textproc?
-SUBDIR+= vgrind
SUBDIR+= yacc
.endif
OpenPOWER on IntegriCloud