From 8bdfd7718e5769f1a7ecf877141565ddec47c0ff Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Fri, 2 Jul 1993 06:14:54 +0000 Subject: [PATCH] New manual page system --- sbin/badsect/Makefile | 2 +- sbin/disklabel/Makefile | 10 ++-------- sbin/dmesg/Makefile | 2 +- sbin/dump/Makefile | 2 +- sbin/dumpfs/Makefile | 2 +- sbin/fastboot/Makefile | 2 +- sbin/fdisk/Makefile | 2 +- sbin/fsck/Makefile | 2 +- sbin/halt/Makefile | 2 +- sbin/ifconfig/Makefile | 2 +- sbin/mknod/Makefile | 2 +- sbin/mount/Makefile | 2 +- sbin/mountd/Makefile | 4 ++-- sbin/newfs/Makefile | 2 +- sbin/nfsd/Makefile | 2 +- sbin/nfsiod/Makefile | 2 +- sbin/ping/Makefile | 2 +- sbin/quotacheck/Makefile | 2 +- sbin/reboot/Makefile | 2 +- sbin/restore/Makefile | 2 +- sbin/route/Makefile | 2 +- sbin/routed/Makefile | 2 +- sbin/savecore/Makefile | 2 +- sbin/shutdown/Makefile | 2 +- sbin/slattach/Makefile | 2 +- sbin/swapon/Makefile | 2 +- sbin/tunefs/Makefile | 2 +- usr.sbin/routed/Makefile | 2 +- 28 files changed, 30 insertions(+), 36 deletions(-) diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index f58b9f7e12..0f738854cb 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= badsect -MAN8= badsect.0 +MAN8= badsect.8 .include diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index f38e583b6d..13dfceed10 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -2,15 +2,9 @@ PROG= disklabel SRCS= disklabel.c dkcksum.c -MAN8= disklabel.0 BINGRP=operator BINMODE=2550 -CLEANFILES=disklabel.5.0 - -all: disklabel.5.0 - -beforeinstall: - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} disklabel.5.0 \ - ${DESTDIR}${MANDIR}5/disklabel.0 +MAN5= disklabel.5 +MAN8= disklabel.8 .include diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index ba29d5626a..3b0736a638 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.6 (Berkeley) 5/2/91 PROG= dmesg -MAN8= dmesg.0 +MAN8= dmesg.8 BINGRP= kmem BINMODE=2555 LDADD= -lutil diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 1f7c162730..6cd4eb17f3 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -17,7 +17,7 @@ SRCS= dumpitime.c dumpmain.c dumpoptr.c dumptape.c dumptraverse.c \ ROBJS= dumpitime.o dumprmain.o dumpoptr.o dumprmt.o dumprtape.o \ dumptraverse.o unctime.o BINGRP= tty -MAN8= dump.0 rdump.0 +MAN8= dump.8 rdump.8 CLEANFILES=dumprmain.o dumprtape.o dumprmt.o rdump all: rdump diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 5b261bf7d4..d4a3c06bdf 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= dumpfs -MAN8= dumpfs.0 +MAN8= dumpfs.8 .include diff --git a/sbin/fastboot/Makefile b/sbin/fastboot/Makefile index 385b3fe2c7..83222db040 100644 --- a/sbin/fastboot/Makefile +++ b/sbin/fastboot/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.6 (Berkeley) 6/23/90 -MAN8= fastboot.0 +MAN8= fastboot.8 MLINKS= fastboot.8 fasthalt.8 beforeinstall: diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 38e3faddaa..78b1c9ac3d 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -4,6 +4,6 @@ PROG= fdisk SRCS= fdisk.c -MAN8= fdisk.0 +MAN8= fdisk.8 .include diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index 67fda56896..139c60756e 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.15 (Berkeley) 6/29/90 PROG= fsck -MAN8= fsck.0 +MAN8= fsck.8 SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c preen.c setup.c utilities.c ufs_subr.c ufs_tables.c .PATH: ${.CURDIR}/../../sys.386bsd/ufs diff --git a/sbin/halt/Makefile b/sbin/halt/Makefile index 36fd4fb7c2..d8c21ab5ec 100644 --- a/sbin/halt/Makefile +++ b/sbin/halt/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= halt -MAN8= halt.0 +MAN8= halt.8 DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 07d9c22248..cbfb991d7a 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= ifconfig -MAN8= ifconfig.0 +MAN8= ifconfig.8 .include diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index 6ba48e8b6a..efa8cd1338 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= mknod -MAN8= mknod.0 +MAN8= mknod.8 .include diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 15f5fe67b3..50c19ec36d 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -2,7 +2,7 @@ PROG= mount CFLAGS+=-DNFS -MAN8= mount.0 +MAN8= mount.8 DPADD= ${LIBRPC} LDADD= -lrpc MLINKS= mount.8 umount.8 diff --git a/sbin/mountd/Makefile b/sbin/mountd/Makefile index 01c4b2ee17..d40dd727b3 100644 --- a/sbin/mountd/Makefile +++ b/sbin/mountd/Makefile @@ -2,8 +2,8 @@ PROG= mountd CFLAGS+=-DNFS -MAN5= exports.0 -MAN8= mountd.0 +MAN5= exports.5 +MAN8= mountd.8 DPADD= ${LIBRPC} LDADD= -lrpc -lutil diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index b79c15eb4c..07201cdfdf 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -3,7 +3,7 @@ PROG= newfs CFLAGS+=-DMFS SRCS= dkcksum.c newfs.c mkfs.c -MAN8= newfs.0 +MAN8= newfs.8 LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs MLINKS= newfs.8 mfs.8 .PATH: ${.CURDIR}/../disklabel diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index bdd1d771fe..675e4b2c4b 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -2,7 +2,7 @@ PROG= nfsd CFLAGS+=-DNFS -MAN8= nfsd.0 +MAN8= nfsd.8 DPADD= ${LIBRPC} LDADD= -lrpc -lutil diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 335b4f50c8..77da72c0d7 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -2,7 +2,7 @@ PROG= nfsiod CFLAGS+=-DNFS -MAN8= nfsiod.0 +MAN8= nfsiod.8 LDADD= -lutil .include diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index d5caaaeb64..bb67205ae1 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= ping -MAN8= ping.0 +MAN8= ping.8 BINOWN= root BINMODE=4555 diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index fa74932251..f89385191f 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -2,7 +2,7 @@ PROG= quotacheck SRCS= quotacheck.c preen.c -MAN8= quotacheck.0 +MAN8= quotacheck.8 .PATH: ${.CURDIR}/../fsck .include diff --git a/sbin/reboot/Makefile b/sbin/reboot/Makefile index f3065b103a..936cc19eb3 100644 --- a/sbin/reboot/Makefile +++ b/sbin/reboot/Makefile @@ -4,7 +4,7 @@ PROG= reboot DPADD= ${LIBUTIL} LDADD= -lutil -MAN8= reboot_${MACHINE}.0 +MAN8= reboot_${MACHINE}.8 MLINKS= reboot_${MACHINE}.8 reboot.8 MANSUBDIR=/${MACHINE} diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 4791fa89c3..4da8daecad 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -4,7 +4,7 @@ PROG= restore SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c ROBJS= main.o interactive.o restore.o dirs.o symtab.o rtape.o utilities.o \ dumprmt.o -MAN8= restore.0 rrestore.0 +MAN8= restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump CLEANFILES+=dumprmt.o rtape.o rrestore diff --git a/sbin/route/Makefile b/sbin/route/Makefile index 99ef23a005..c904a0bb62 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.6 (Berkeley) 6/27/91 PROG= route -MAN8= route.0 +MAN8= route.8 SRCS= route.c #SRCS= route.c ccitt_addr.c CFLAGS+=-I. diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 553b68b241..0fc8bc839c 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -3,7 +3,7 @@ PROG= routed SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.c -MAN8= routed.0 +MAN8= routed.8 SUBDIR= query trace DPADD= ${LIBUTIL} ${LIBCOMPAT} LDADD= -lutil diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 5bd92274aa..6b125202fa 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= savecore -MAN8= savecore.0 +MAN8= savecore.8 .include diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index 95391ed738..56c4013618 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= shutdown -MAN8= shutdown.0 +MAN8= shutdown.8 BINOWN= root BINGRP= operator BINMODE=4550 diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index 24a0a579f3..158a644b2f 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.4 (Berkeley) 5/11/90 PROG= slattach -MAN8= slattach.0 +MAN8= slattach.8 MLINKS= slattach.8 slip.8 .include diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index f47aba18c9..610f920e8b 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= swapon -MAN8= swapon.0 +MAN8= swapon.8 .include diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index bc54f4b6de..657423dfbf 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= tunefs -MAN8= tunefs.0 +MAN8= tunefs.8 .include diff --git a/usr.sbin/routed/Makefile b/usr.sbin/routed/Makefile index 553b68b241..0fc8bc839c 100644 --- a/usr.sbin/routed/Makefile +++ b/usr.sbin/routed/Makefile @@ -3,7 +3,7 @@ PROG= routed SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.c -MAN8= routed.0 +MAN8= routed.8 SUBDIR= query trace DPADD= ${LIBUTIL} ${LIBCOMPAT} LDADD= -lutil -- 2.20.1