Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Restore the MKGROFF=bo MKCXX=yes build



details:   https://anonhg.NetBSD.org/src/rev/3c815fb41e67
branches:  trunk
changeset: 833101:3c815fb41e67
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Jun 11 14:18:16 2018 +0000

description:
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:

 games/rogue/Makefile   |  4 ++--
 sbin/fsck_ffs/Makefile |  4 ++--
 usr.bin/dc/Makefile    |  4 ++--
 usr.bin/gprof/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r bd0ce9e46a52 -r 3c815fb41e67 games/rogue/Makefile
--- a/games/rogue/Makefile      Mon Jun 11 12:47:47 2018 +0000
+++ b/games/rogue/Makefile      Mon Jun 11 14:18:16 2018 +0000
@@ -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 @@
 SETGIDGAME=yes
 MAN=   rogue.6
 
-SUBDIR+=USD.doc
+SUBDIR.roff+=USD.doc
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>
diff -r bd0ce9e46a52 -r 3c815fb41e67 sbin/fsck_ffs/Makefile
--- a/sbin/fsck_ffs/Makefile    Mon Jun 11 12:47:47 2018 +0000
+++ b/sbin/fsck_ffs/Makefile    Mon Jun 11 14:18:16 2018 +0000
@@ -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"
 
diff -r bd0ce9e46a52 -r 3c815fb41e67 usr.bin/dc/Makefile
--- a/usr.bin/dc/Makefile       Mon Jun 11 12:47:47 2018 +0000
+++ b/usr.bin/dc/Makefile       Mon Jun 11 14:18:16 2018 +0000
@@ -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 @@
 LDADD= -lcrypto
 DPADD= ${LIBCRYPTO}
 
-SUBDIR+=USD.doc
+SUBDIR.roff+=USD.doc
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>
diff -r bd0ce9e46a52 -r 3c815fb41e67 usr.bin/gprof/Makefile
--- a/usr.bin/gprof/Makefile    Mon Jun 11 12:47:47 2018 +0000
+++ b/usr.bin/gprof/Makefile    Mon Jun 11 14:18:16 2018 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index