diff options
| author | kamil <kamil@NetBSD.org> | 2018-06-11 14:18:16 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2018-06-11 14:18:16 +0000 |
| commit | 1369ba391bbfedb1493124e22bbd8a0047fdba37 (patch) | |
| tree | 0d4aacc79deae2584903b9578ea6c04fc0710949 | |
| parent | df47ec31745dadc57e986a94de29e5329fc11b19 (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>
| -rw-r--r-- | games/rogue/Makefile | 4 | ||||
| -rw-r--r-- | sbin/fsck_ffs/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/dc/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/gprof/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/rogue/Makefile b/games/rogue/Makefile index 9a9e3b1fdf8..800b192f54e 100644 --- a/games/rogue/Makefile +++ b/games/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> diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 27c4ce79447..4670e40461c 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -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 --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> diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index 28ce8a2ae06..f1a743e3f32 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -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> |
