From fe655281c5aaa0c4feb637ba0199f869ba84a78b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 20 Mar 2001 18:13:31 +0000 Subject: [PATCH] Set the default manual section for sbin/ to 8. --- sbin/Makefile.inc | 2 ++ sbin/adjkerntz/Makefile | 3 ++- sbin/atacontrol/Makefile | 1 - sbin/atm/atm/Makefile | 1 - sbin/atm/fore_dnld/Makefile | 1 - sbin/atm/ilmid/Makefile | 1 - sbin/badsect/Makefile | 2 +- sbin/camcontrol/Makefile | 1 - sbin/ccdconfig/Makefile | 4 ++-- sbin/clri/Makefile | 2 +- sbin/comcontrol/Makefile | 2 +- sbin/cxconfig/Makefile | 3 ++- sbin/dmesg/Makefile | 2 +- sbin/dump/Makefile | 1 - sbin/dumpfs/Makefile | 2 +- sbin/dumpon/Makefile | 1 - sbin/fdisk/Makefile | 1 - sbin/fdisk_pc98/Makefile | 1 - sbin/ffsinfo/Makefile | 1 - sbin/fsck/Makefile | 1 - sbin/fsck_ffs/Makefile | 1 - sbin/fsdb/Makefile | 1 - sbin/fsirand/Makefile | 2 +- sbin/growfs/Makefile | 1 - sbin/i386/cxconfig/Makefile | 3 ++- sbin/i386/fdisk/Makefile | 1 - sbin/i386/nextboot/Makefile | 5 +---- sbin/ifconfig/Makefile | 1 - sbin/init/Makefile | 1 - sbin/ip6fw/Makefile | 1 - sbin/ipfstat/Makefile | 1 - sbin/ipfw/Makefile | 1 - sbin/kget/Makefile | 2 -- sbin/kldload/Makefile | 2 -- sbin/kldstat/Makefile | 2 -- sbin/kldunload/Makefile | 2 -- sbin/ldconfig/Makefile | 1 - sbin/md5/Makefile | 3 ++- sbin/mdconfig/Makefile | 1 - sbin/mknod/Makefile | 2 +- sbin/mount/Makefile | 1 - sbin/mount_cd9660/Makefile | 2 +- sbin/mount_ext2fs/Makefile | 2 +- sbin/mount_hpfs/Makefile | 1 - sbin/mount_msdos/Makefile | 1 - sbin/mount_msdosfs/Makefile | 1 - sbin/mount_nfs/Makefile | 1 - sbin/mount_ntfs/Makefile | 1 - sbin/mount_null/Makefile | 2 +- sbin/mount_nullfs/Makefile | 2 +- sbin/mount_nwfs/Makefile | 1 - sbin/mount_portal/Makefile | 1 - sbin/mount_portalfs/Makefile | 1 - sbin/mount_std/Makefile | 1 - sbin/mount_umap/Makefile | 2 +- sbin/mount_umapfs/Makefile | 2 +- sbin/mount_union/Makefile | 2 +- sbin/mount_unionfs/Makefile | 2 +- sbin/natd/Makefile | 1 - sbin/newfs/Makefile | 1 - sbin/newfs_msdos/Makefile | 1 - sbin/nextboot/Makefile | 5 +---- sbin/nfsd/Makefile | 1 - sbin/nfsiod/Makefile | 2 +- sbin/nos-tun/Makefile | 2 +- sbin/pc98/fdisk/Makefile | 1 - sbin/ping/Makefile | 1 - sbin/ping6/Makefile | 2 -- sbin/quotacheck/Makefile | 1 - sbin/restore/Makefile | 1 - sbin/route/Makefile | 1 - sbin/routed/Makefile | 1 - sbin/routed/rtquery/Makefile | 1 - sbin/savecore/Makefile | 2 +- sbin/shutdown/Makefile | 2 +- sbin/slattach/Makefile | 2 -- sbin/spppcontrol/Makefile | 3 ++- sbin/startslip/Makefile | 2 ++ sbin/swapon/Makefile | 2 +- sbin/sysctl/Makefile | 1 - sbin/tunefs/Makefile | 2 +- sbin/umount/Makefile | 1 - sbin/vinum/Makefile | 1 - usr.sbin/mount_nwfs/Makefile | 1 - usr.sbin/mount_portalfs/Makefile | 1 - usr.sbin/nfsd/Makefile | 1 - 86 files changed, 39 insertions(+), 97 deletions(-) diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 470d8699327e..9802886aa551 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -1,4 +1,6 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ BINDIR?= /sbin NOSHARED?= YES +MANSECT?= 8 diff --git a/sbin/adjkerntz/Makefile b/sbin/adjkerntz/Makefile index ee6e5c191500..bb98aa384c99 100644 --- a/sbin/adjkerntz/Makefile +++ b/sbin/adjkerntz/Makefile @@ -1,5 +1,6 @@ +# $FreeBSD$ + PROG= adjkerntz -MAN8= adjkerntz.8 CFLAGS+= -Wall .include diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile index 944af4337f6d..07ec668dc3d4 100644 --- a/sbin/atacontrol/Makefile +++ b/sbin/atacontrol/Makefile @@ -1,5 +1,4 @@ #$FreeBSD$ PROG= atacontrol -MAN8= atacontrol.8 .include diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index dab4b348ee8e..06c561234268 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -30,7 +30,6 @@ PROG= atm SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \ atm_set.c atm_show.c atm_subr.c -MAN8= atm.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index 75909df2f26a..069cbd38de03 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -28,7 +28,6 @@ # PROG= fore_dnld -MAN8= fore_dnld.8 SRCS= fore_dnld.c pca200e.c CFLAGS+= -I${.CURDIR}/../../../sys diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index bdeb248fc397..8ab1b29b096f 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -28,7 +28,6 @@ # PROG= ilmid -MAN8= ilmid.8 CFLAGS+= -I${.CURDIR}/../../../sys LDADD+= -latm diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index 9ddb3f731816..1eaaa1717bea 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= badsect -MAN8= badsect.8 .include diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 39763edafd31..121fcdb7afd2 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -3,7 +3,6 @@ MAINTAINER=ken@FreeBSD.ORG PROG= camcontrol SRCS= camcontrol.c modeedit.c util.c -MAN8= camcontrol.8 SDIR= ${.CURDIR}/../../sys CFLAGS+= -I${SDIR} diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index 411f90b6a2c2..bd2785029005 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,6 +1,6 @@ +# $FreeBSD$ + PROG= ccdconfig -SRCS= ccdconfig.c -MAN8= ccdconfig.8 CFLAGS+= -I${.CURDIR}/../../sys LDADD+= -lkvm diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile index 2447d7a331ec..e92f47ba9ffc 100644 --- a/sbin/clri/Makefile +++ b/sbin/clri/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= clri -MAN8= clri.8 .include diff --git a/sbin/comcontrol/Makefile b/sbin/comcontrol/Makefile index abc8d0a7f81f..70a3f5dc2f43 100644 --- a/sbin/comcontrol/Makefile +++ b/sbin/comcontrol/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.4 (Berkeley) 6/5/91 +# $FreeBSD$ PROG= comcontrol -MAN8= comcontrol.8 .include diff --git a/sbin/cxconfig/Makefile b/sbin/cxconfig/Makefile index 59c828d15608..47e2244789bd 100644 --- a/sbin/cxconfig/Makefile +++ b/sbin/cxconfig/Makefile @@ -1,4 +1,5 @@ +# $FreeBSD$ + PROG = cxconfig -MAN8 = cxconfig.8 .include diff --git a/sbin/dmesg/Makefile b/sbin/dmesg/Makefile index 83a194ce0182..b0ca8e9d93bf 100644 --- a/sbin/dmesg/Makefile +++ b/sbin/dmesg/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= dmesg -MAN8= dmesg.8 BINGRP= kmem BINMODE=2555 LDADD= -lkvm diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index b2e0e08c68f1..0266aa1c2fc5 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -20,7 +20,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c BINGRP= tty BINMODE=2555 -MAN8= dump.8 MLINKS+=dump.8 rdump.8 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 851a73388ca8..d29a7936dc9b 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= dumpfs -MAN8= dumpfs.8 .include diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index bd41769b8d2b..e81650a1e347 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= dumpon -MAN8= dumpon.8 .include diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile index 4a14439057c3..a187ead871c6 100644 --- a/sbin/fdisk/Makefile +++ b/sbin/fdisk/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= fdisk -MAN8= fdisk.8 .include diff --git a/sbin/fdisk_pc98/Makefile b/sbin/fdisk_pc98/Makefile index 481a000783fe..ece927e343eb 100644 --- a/sbin/fdisk_pc98/Makefile +++ b/sbin/fdisk_pc98/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= fdisk -MAN8= fdisk.8 CFLAGS += -DPC98 diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 8098d89ed0e4..2857449f94bd 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -10,7 +10,6 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG PROG= ffsinfo SRCS= ffsinfo.c debug.c -MAN8= ffsinfo.8 GROWFS= ${.CURDIR}/../growfs CFLAGS+=-DFS_DEBUG -I${GROWFS} diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index a0421c022a62..5d024a7ee129 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -3,6 +3,5 @@ PROG= fsck SRCS= fsck.c fsutil.c preen.c -MAN8= fsck.8 .include diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index e1c106f6dbed..f185e802e93b 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -4,7 +4,6 @@ PROG= fsck_ffs LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd -MAN8= fsck_ffs.8 SRCS= dir.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c CFLAGS+=-W diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 972bf8e75430..b454e6ab6ee4 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -3,7 +3,6 @@ # $FreeBSD$ PROG= fsdb -MAN8= fsdb.8 SRCS= fsdb.c fsdbutil.c \ dir.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 1349bb170817..8b98d403a656 100644 --- a/sbin/fsirand/Makefile +++ b/sbin/fsirand/Makefile @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $ +# $FreeBSD$ PROG= fsirand -MAN8= fsirand.8 DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 50dccfff2468..717c2a3c44ee 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -11,7 +11,6 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG PROG= growfs SRCS= growfs.c -MAN8= growfs.8 .if defined(GFSDBG) SRCS+= debug.c diff --git a/sbin/i386/cxconfig/Makefile b/sbin/i386/cxconfig/Makefile index 59c828d15608..47e2244789bd 100644 --- a/sbin/i386/cxconfig/Makefile +++ b/sbin/i386/cxconfig/Makefile @@ -1,4 +1,5 @@ +# $FreeBSD$ + PROG = cxconfig -MAN8 = cxconfig.8 .include diff --git a/sbin/i386/fdisk/Makefile b/sbin/i386/fdisk/Makefile index 4a14439057c3..a187ead871c6 100644 --- a/sbin/i386/fdisk/Makefile +++ b/sbin/i386/fdisk/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= fdisk -MAN8= fdisk.8 .include diff --git a/sbin/i386/nextboot/Makefile b/sbin/i386/nextboot/Makefile index 7ac235fae497..245440a2b2db 100644 --- a/sbin/i386/nextboot/Makefile +++ b/sbin/i386/nextboot/Makefile @@ -1,9 +1,6 @@ # @(#)Makefile 1.1 (Julian Elischer) 3/28/93 -# -# +# $FreeBSD$ PROG= nextboot -SRCS= nextboot.c -MAN8= nextboot.8 .include diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 675738e2815f..672cd23e347a 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -15,7 +15,6 @@ SRCS+= ifvlan.c CFLAGS+=-DUSE_VLANS .endif -MAN8= ifconfig.8 DPADD= ${LIBIPX} LDADD= -lipx COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \ diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 83488c145e02..a04c65ddc7d8 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= init -MAN8= init.8 MLINKS= init.8 securelevel.8 BINMODE=500 INSTALLFLAGS=-fschg diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile index 975aef5e28b5..16edb46286ac 100644 --- a/sbin/ip6fw/Makefile +++ b/sbin/ip6fw/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ PROG= ip6fw -MAN8= ip6fw.8 .include diff --git a/sbin/ipfstat/Makefile b/sbin/ipfstat/Makefile index 7a23800d6bad..7f4ee0b4032e 100644 --- a/sbin/ipfstat/Makefile +++ b/sbin/ipfstat/Makefile @@ -3,7 +3,6 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipfstat -MAN8= ipfstat.8 SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index 279596df32f7..5afb9b3ccc71 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= ipfw -MAN8= ipfw.8 CFLAGS+=-Wall .include diff --git a/sbin/kget/Makefile b/sbin/kget/Makefile index 40320198da32..b96d4966dda6 100644 --- a/sbin/kget/Makefile +++ b/sbin/kget/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ # PROG= kget -SRCS= kget.c -MAN8= kget.8 .include diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index 6b044f52630d..3230a3823bf7 100644 --- a/sbin/kldload/Makefile +++ b/sbin/kldload/Makefile @@ -27,8 +27,6 @@ # PROG= kldload -SRCS= kldload.c -MAN8= kldload.8 CFLAGS+=-I${.CURDIR}/../../sys diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index 64d7c1247cba..abb4cbde34e3 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/Makefile @@ -27,8 +27,6 @@ # PROG= kldstat -SRCS= kldstat.c -MAN8= kldstat.8 CFLAGS+=-I${.CURDIR}/../../sys diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile index b87d87275a03..6666b3cfe661 100644 --- a/sbin/kldunload/Makefile +++ b/sbin/kldunload/Makefile @@ -27,8 +27,6 @@ # PROG= kldunload -SRCS= kldunload.c -MAN8= kldunload.8 CFLAGS+=-I${.CURDIR}/../../sys diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 0b9792fab953..8a1d156d53a8 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -4,7 +4,6 @@ PROG= ldconfig SRCS= elfhints.c ldconfig.c shlib.c support.c LDDIR?= ${.CURDIR}/../../libexec/rtld-aout CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT -MAN8= ldconfig.8 .PATH: ${LDDIR} diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index efbd7a40d4d3..9ecc62a32378 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 +# $FreeBSD$ PROG= md5 -SRCS= md5.c +MAN1= ${PROG}.1 LDADD+= -lmd DPADD+= ${LIBMD} diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index ebd82378b777..a0a8f09a1f21 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= mdconfig -MAN8= mdconfig.8 MLINKS= mdconfig.8 vnconfig.8 .include diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index f19c4f7d7f68..350bb4289cf3 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= mknod -MAN8= mknod.8 .include diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile index 96c996db24fe..17413d96c621 100644 --- a/sbin/mount/Makefile +++ b/sbin/mount/Makefile @@ -3,7 +3,6 @@ PROG= mount SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c -MAN8= mount.8 # We do NOT install the getmntopts.3 man page. .include diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index fc192a51720f..2695ad4e8c20 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_cd9660 SRCS= mount_cd9660.c getmntopts.c -MAN8= mount_cd9660.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} diff --git a/sbin/mount_ext2fs/Makefile b/sbin/mount_ext2fs/Makefile index cacee97415cf..49af28fdfe90 100644 --- a/sbin/mount_ext2fs/Makefile +++ b/sbin/mount_ext2fs/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_ext2fs SRCS= mount_ext2fs.c getmntopts.c -MAN8= mount_ext2fs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} diff --git a/sbin/mount_hpfs/Makefile b/sbin/mount_hpfs/Makefile index a238a28ae5f1..e5e8c8bba799 100644 --- a/sbin/mount_hpfs/Makefile +++ b/sbin/mount_hpfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_hpfs SRCS= mount_hpfs.c getmntopts.c -MAN8= mount_hpfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS diff --git a/sbin/mount_msdos/Makefile b/sbin/mount_msdos/Makefile index 87a8c89e9a33..1f9f48609610 100644 --- a/sbin/mount_msdos/Makefile +++ b/sbin/mount_msdos/Makefile @@ -4,7 +4,6 @@ PROG= mount_msdos SRCS= mount_msdos.c getmntopts.c -MAN8= mount_msdos.8 DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/sbin/mount_msdosfs/Makefile b/sbin/mount_msdosfs/Makefile index 87a8c89e9a33..1f9f48609610 100644 --- a/sbin/mount_msdosfs/Makefile +++ b/sbin/mount_msdosfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_msdos SRCS= mount_msdos.c getmntopts.c -MAN8= mount_msdos.8 DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 5e36bc8898b1..e7334e99224b 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c mounttab.c -MAN8= mount_nfs.8 MOUNT= ${.CURDIR}/../mount UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 6a42178b7518..78cde8c44c5d 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_ntfs SRCS= mount_ntfs.c getmntopts.c -MAN8= mount_ntfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_null/Makefile b/sbin/mount_null/Makefile index 3f8b3ef94b02..f7670ab46868 100644 --- a/sbin/mount_null/Makefile +++ b/sbin/mount_null/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_null SRCS= mount_null.c getmntopts.c -MAN8= mount_null.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile index 3f8b3ef94b02..f7670ab46868 100644 --- a/sbin/mount_nullfs/Makefile +++ b/sbin/mount_nullfs/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_null SRCS= mount_null.c getmntopts.c -MAN8= mount_null.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_nwfs/Makefile b/sbin/mount_nwfs/Makefile index 0c3d478f632a..c6a4f10a4e12 100644 --- a/sbin/mount_nwfs/Makefile +++ b/sbin/mount_nwfs/Makefile @@ -2,7 +2,6 @@ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c -MAN8= mount_nwfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -DNWFS -I${MOUNT} diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 23a5bd771be8..94938a3d0bd3 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -4,7 +4,6 @@ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c -MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile index 23a5bd771be8..94938a3d0bd3 100644 --- a/sbin/mount_portalfs/Makefile +++ b/sbin/mount_portalfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c -MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_std/Makefile b/sbin/mount_std/Makefile index de3c07bd48e9..1e3bdbb3b1c4 100644 --- a/sbin/mount_std/Makefile +++ b/sbin/mount_std/Makefile @@ -3,7 +3,6 @@ PROG= mount_std SRCS= mount_std.c getmntopts.c -MAN8= mount_std.8 MLINKS= mount_std.8 mount_devfs.8 \ mount_std.8 mount_fdesc.8 \ mount_std.8 mount_linprocfs.8 \ diff --git a/sbin/mount_umap/Makefile b/sbin/mount_umap/Makefile index 780b52cf7277..f78f2f3bc862 100644 --- a/sbin/mount_umap/Makefile +++ b/sbin/mount_umap/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_umap SRCS= mount_umap.c getmntopts.c -MAN8= mount_umap.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_umapfs/Makefile b/sbin/mount_umapfs/Makefile index 780b52cf7277..f78f2f3bc862 100644 --- a/sbin/mount_umapfs/Makefile +++ b/sbin/mount_umapfs/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_umap SRCS= mount_umap.c getmntopts.c -MAN8= mount_umap.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile index e213137f1686..db8b51a00346 100644 --- a/sbin/mount_union/Makefile +++ b/sbin/mount_union/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_union SRCS= mount_union.c getmntopts.c -MAN8= mount_union.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index e213137f1686..db8b51a00346 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 +# $FreeBSD$ PROG= mount_union SRCS= mount_union.c getmntopts.c -MAN8= mount_union.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/sbin/natd/Makefile b/sbin/natd/Makefile index 87c165087231..afa842e5a3ee 100644 --- a/sbin/natd/Makefile +++ b/sbin/natd/Makefile @@ -7,6 +7,5 @@ SRCS = natd.c icmp.c CFLAGS += -Wall LDADD = -lalias DPADD = ${LIBALIAS} -MAN8 = natd.8 .include diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 7dc817c96636..33c1aee43243 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -3,7 +3,6 @@ PROG= newfs SRCS= getmntopts.c newfs.c mkfs.c -MAN8= newfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} diff --git a/sbin/newfs_msdos/Makefile b/sbin/newfs_msdos/Makefile index da8f230090e5..eac58b510be6 100644 --- a/sbin/newfs_msdos/Makefile +++ b/sbin/newfs_msdos/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= newfs_msdos -MAN8= newfs_msdos.8 .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 diff --git a/sbin/nextboot/Makefile b/sbin/nextboot/Makefile index 7ac235fae497..245440a2b2db 100644 --- a/sbin/nextboot/Makefile +++ b/sbin/nextboot/Makefile @@ -1,9 +1,6 @@ # @(#)Makefile 1.1 (Julian Elischer) 3/28/93 -# -# +# $FreeBSD$ PROG= nextboot -SRCS= nextboot.c -MAN8= nextboot.8 .include diff --git a/sbin/nfsd/Makefile b/sbin/nfsd/Makefile index 5572762c5e53..3e0f8c5569f2 100644 --- a/sbin/nfsd/Makefile +++ b/sbin/nfsd/Makefile @@ -3,7 +3,6 @@ PROG= nfsd CFLAGS+=-DNFS -MAN8= nfsd.8 .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS diff --git a/sbin/nfsiod/Makefile b/sbin/nfsiod/Makefile index 08d6157e436a..5a221e633508 100644 --- a/sbin/nfsiod/Makefile +++ b/sbin/nfsiod/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= nfsiod CFLAGS+=-DNFS -MAN8= nfsiod.8 .include diff --git a/sbin/nos-tun/Makefile b/sbin/nos-tun/Makefile index bd74d7b208d4..1286e5997403 100644 --- a/sbin/nos-tun/Makefile +++ b/sbin/nos-tun/Makefile @@ -1,6 +1,6 @@ +# $FreeBSD$ PROG=nos-tun -MAN8=nos-tun.8 .include diff --git a/sbin/pc98/fdisk/Makefile b/sbin/pc98/fdisk/Makefile index 481a000783fe..ece927e343eb 100644 --- a/sbin/pc98/fdisk/Makefile +++ b/sbin/pc98/fdisk/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= fdisk -MAN8= fdisk.8 CFLAGS += -DPC98 diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 808898f95541..1e14827c12c9 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= ping -MAN8= ping.8 BINMODE=4555 COPTS+= -Wall -Wmissing-prototypes .if ${MACHINE_ARCH} == "alpha" diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile index 3f671d7330b5..30361ceec061 100644 --- a/sbin/ping6/Makefile +++ b/sbin/ping6/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ PROG= ping6 -MAN8= ping6.8 -SRCS= ping6.c CFLAGS+=-DINET6 -DIPSEC diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index 7240fb9b86ef..e23e220c8516 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -3,7 +3,6 @@ PROG= quotacheck SRCS= quotacheck.c preen.c utilities.c -MAN8= quotacheck.8 .PATH: ${.CURDIR}/../fsck_ffs .include diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 2da8e87cf64c..9ece20fc0cf7 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -9,7 +9,6 @@ SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \ dumprmt.c BINGRP= tty BINMODE=2555 -MAN8= restore.8 MLINKS+=restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump diff --git a/sbin/route/Makefile b/sbin/route/Makefile index f10eff6f8fe2..72d5fed6e547 100644 --- a/sbin/route/Makefile +++ b/sbin/route/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= route -MAN8= route.8 SRCS= route.c keywords.h CFLAGS+=-I. -Wall -DNS CFLAGS+=-DINET6 diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 5ca5f196aa1a..77588059737b 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -4,7 +4,6 @@ PROG= routed SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c -MAN8= routed.8 SUBDIR= rtquery LDADD+= -lmd DPADD+= ${LIBMD} diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index 3e8049dd6273..321b9957eb8c 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -3,7 +3,6 @@ # $FreeBSD$ PROG= rtquery -MAN8= rtquery.8 LDADD+= -lmd DPADD+= ${LIBMD} #COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 33b2dbe2e335..8903b35857b5 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 +# $FreeBSD$ PROG= savecore SRCS= savecore.c zopen.c -MAN8= savecore.8 ZOPENPATH= ${.CURDIR}/../../usr.bin/compress .PATH: ${ZOPENPATH} diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile index f1eff8df6579..56b1e5dca226 100644 --- a/sbin/shutdown/Makefile +++ b/sbin/shutdown/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= shutdown -MAN8= shutdown.8 BINGRP= operator BINMODE=4550 diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile index defa38531c41..34c86cbc4954 100644 --- a/sbin/slattach/Makefile +++ b/sbin/slattach/Makefile @@ -3,8 +3,6 @@ # $FreeBSD$ PROG= slattach -SRCS= slattach.c -MAN8= slattach.8 MLINKS= slattach.8 slip.8 LDADD= -lutil DPADD= ${LIBUTIL} diff --git a/sbin/spppcontrol/Makefile b/sbin/spppcontrol/Makefile index 86eceaceeab7..2f6d01074520 100644 --- a/sbin/spppcontrol/Makefile +++ b/sbin/spppcontrol/Makefile @@ -1,4 +1,5 @@ +# $FreeBSD$ + PROG= spppcontrol -MAN8= spppcontrol.8 .include diff --git a/sbin/startslip/Makefile b/sbin/startslip/Makefile index 26a8aaae41a8..dc42bcc3ee5c 100644 --- a/sbin/startslip/Makefile +++ b/sbin/startslip/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= startslip +MAN1= ${PROG}.1 DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile index ed5aebc8775f..35ba518f7931 100644 --- a/sbin/swapon/Makefile +++ b/sbin/swapon/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= swapon -MAN8= swapon.8 .include diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index bbfa805063c3..7611731e6521 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= sysctl -MAN8= sysctl.8 .include diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index ec9e8c9898c9..94d9759fe19f 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= tunefs -MAN8= tunefs.8 .include diff --git a/sbin/umount/Makefile b/sbin/umount/Makefile index 0ffd0f7251f1..8c0293b50c76 100644 --- a/sbin/umount/Makefile +++ b/sbin/umount/Makefile @@ -4,7 +4,6 @@ PROG= umount SRCS= umount.c vfslist.c mounttab.c -MAN8= umount.8 MOUNT= ${.CURDIR}/../mount UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index c5c650aee484..61398e5a1938 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -2,7 +2,6 @@ PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c -MAN8= vinum.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile index 0c3d478f632a..c6a4f10a4e12 100644 --- a/usr.sbin/mount_nwfs/Makefile +++ b/usr.sbin/mount_nwfs/Makefile @@ -2,7 +2,6 @@ PROG= mount_nwfs SRCS= mount_nwfs.c getmntopts.c -MAN8= mount_nwfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -DNWFS -I${MOUNT} diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index 23a5bd771be8..94938a3d0bd3 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c -MAN8= mount_portal.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile index 5572762c5e53..3e0f8c5569f2 100644 --- a/usr.sbin/nfsd/Makefile +++ b/usr.sbin/nfsd/Makefile @@ -3,7 +3,6 @@ PROG= nfsd CFLAGS+=-DNFS -MAN8= nfsd.8 .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DKERBEROS