Module Name: src
Committed By: kamil
Date: Mon Jun 11 14:18:17 UTC 2018
Modified Files:
src/games/rogue: Makefile
src/sbin/fsck_ffs: Makefile
src/usr.bin/dc: Makefile
src/usr.bin/gprof: Makefile
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/games/rogue/Makefile
cvs rdiff -u -r1.48 -r1.49 src/sbin/fsck_ffs/Makefile
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/dc/Makefile
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/gprof/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/rogue/Makefile
diff -u src/games/rogue/Makefile:1.19 src/games/rogue/Makefile:1.20
--- src/games/rogue/Makefile:1.19 Sat Jul 5 19:22:03 2014
+++ src/games/rogue/Makefile Mon Jun 11 14:18:16 2018
@@ -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>
Index: src/sbin/fsck_ffs/Makefile
diff -u src/sbin/fsck_ffs/Makefile:1.48 src/sbin/fsck_ffs/Makefile:1.49
--- src/sbin/fsck_ffs/Makefile:1.48 Wed Feb 8 16:11:40 2017
+++ src/sbin/fsck_ffs/Makefile Mon Jun 11 14:18:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/02/08 16:11:40 rin Exp $
+# $NetBSD: Makefile,v 1.49 2018/06/11 14:18:17 kamil Exp $
# @(#)Makefile 8.2 (Berkeley) 4/27/95
# when making a change to this file, please check if the change is
@@ -9,7 +9,7 @@
MAN= fsck_ffs.8
SRCS= ffs_bswap.c ffs_appleufs.c
-SUBDIR= SMM.doc
+SUBDIR.roff= SMM.doc
.include "Makefile.common"
Index: src/usr.bin/dc/Makefile
diff -u src/usr.bin/dc/Makefile:1.3 src/usr.bin/dc/Makefile:1.4
--- src/usr.bin/dc/Makefile:1.3 Sun May 21 15:28:43 2017
+++ src/usr.bin/dc/Makefile Mon Jun 11 14:18:17 2018
@@ -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>
Index: src/usr.bin/gprof/Makefile
diff -u src/usr.bin/gprof/Makefile:1.29 src/usr.bin/gprof/Makefile:1.30
--- src/usr.bin/gprof/Makefile:1.29 Sat Jul 5 19:22:43 2014
+++ src/usr.bin/gprof/Makefile Mon Jun 11 14:18:17 2018
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.29 2014/07/05 19:22:43 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2018/06/11 14:18:17 kamil Exp $
-SUBDIR=PSD.doc
+SUBDIR.roff=PSD.doc
.include <bsd.subdir.mk>