summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2018-06-11 14:18:16 +0000
committerkamil <kamil@NetBSD.org>2018-06-11 14:18:16 +0000
commit1369ba391bbfedb1493124e22bbd8a0047fdba37 (patch)
tree0d4aacc79deae2584903b9578ea6c04fc0710949 /usr.bin/dc
parentdf47ec31745dadc57e986a94de29e5329fc11b19 (diff)
Restore the MKGROFF=bo MKCXX=yes build
Mark the documentation in dc(1), gprof(1), rogue(6) and fsck_ffs(8) with the .roff flag in SUBDIR. Sponsored by <The NetBSD Foundation>
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index d18344aabc4..7e2269c1c2e 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/05/21 15:28:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.4 2018/06/11 14:18:17 kamil Exp $
.include <bsd.own.mk>
@@ -9,7 +9,7 @@ WARNS=6
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
-SUBDIR+=USD.doc
+SUBDIR.roff+=USD.doc
.include <bsd.prog.mk>
.include <bsd.subdir.mk>