summaryrefslogtreecommitdiffstats
path: root/rogue
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
commitb055ec5f541bba05cd7788b383f3174ab6bec201 (patch)
tree1fb348b79f0c41599927131493456269ddf00bdc /rogue
parent3d1edcf8de730b91d2f46a119c292b32f9c84396 (diff)
downloadbsdgames-darwin-b055ec5f541bba05cd7788b383f3174ab6bec201.tar.gz
bsdgames-darwin-b055ec5f541bba05cd7788b383f3174ab6bec201.tar.zst
bsdgames-darwin-b055ec5f541bba05cd7788b383f3174ab6bec201.zip
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 'rogue')
-rw-r--r--rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index 9a9e3b1f..800b192f 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2014/07/05 19:22:03 dholland Exp $
+# $NetBSD: Makefile,v 1.20 2018/06/11 14:18:16 kamil Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rogue
@@ -12,7 +12,7 @@ HIDEGAME=hidegame
SETGIDGAME=yes
MAN= rogue.6
-SUBDIR+=USD.doc
+SUBDIR.roff+=USD.doc
.include <bsd.prog.mk>
.include <bsd.subdir.mk>