- Backout botched attempt to introduce MANSECT feature.

- MAN[1-9] -> MAN.
This commit is contained in:
Ruslan Ermilov 2001-03-26 14:33:27 +00:00
parent e5b5c66bca
commit 0a5779d45b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74815
97 changed files with 101 additions and 29 deletions

View file

@ -3,4 +3,3 @@
BINDIR?= /sbin BINDIR?= /sbin
NOSHARED?= YES NOSHARED?= YES
MANSECT?= 8

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= adjkerntz PROG= adjkerntz
MAN= adjkerntz.8
CFLAGS+= -Wall CFLAGS+= -Wall
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,4 +1,5 @@
#$FreeBSD$ #$FreeBSD$
PROG= atacontrol PROG= atacontrol
MAN= atacontrol.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -30,6 +30,7 @@
PROG= atm PROG= atm
SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \ SRCS= atm.c atm_fore200.c atm_eni.c atm_inet.c atm_print.c \
atm_set.c atm_show.c atm_subr.c atm_set.c atm_show.c atm_subr.c
MAN= atm.8
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm LDADD+= -latm

View file

@ -28,6 +28,7 @@
# #
PROG= fore_dnld PROG= fore_dnld
MAN= fore_dnld.8
SRCS= fore_dnld.c pca200e.c SRCS= fore_dnld.c pca200e.c
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys

View file

@ -28,6 +28,7 @@
# #
PROG= ilmid PROG= ilmid
MAN= ilmid.8
CFLAGS+= -I${.CURDIR}/../../../sys CFLAGS+= -I${.CURDIR}/../../../sys
LDADD+= -latm LDADD+= -latm

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= badsect PROG= badsect
MAN= badsect.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,8 +3,7 @@
PROG= disklabel PROG= disklabel
SRCS= disklabel.c SRCS= disklabel.c
MAN8= disklabel.8 MAN= disklabel.5 disklabel.8
MAN5= disklabel.5
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View file

@ -3,6 +3,7 @@ MAINTAINER=ken@FreeBSD.ORG
PROG= camcontrol PROG= camcontrol
SRCS= camcontrol.c modeedit.c util.c SRCS= camcontrol.c modeedit.c util.c
MAN= camcontrol.8
SDIR= ${.CURDIR}/../../sys SDIR= ${.CURDIR}/../../sys
CFLAGS+= -I${SDIR} CFLAGS+= -I${SDIR}

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= ccdconfig PROG= ccdconfig
MAN= ccdconfig.8
CFLAGS+= -I${.CURDIR}/../../sys CFLAGS+= -I${.CURDIR}/../../sys
LDADD+= -lkvm LDADD+= -lkvm

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= clri PROG= clri
MAN= clri.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= comcontrol PROG= comcontrol
MAN= comcontrol.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG = cxconfig PROG= cxconfig
MAN= cxconfig.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -13,8 +13,8 @@ SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR} CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"' -Dwarn=dhcp_warn
MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 MAN= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
MAN8= dhclient.8 dhclient-script.8 MAN+= dhclient.8 dhclient-script.8
beforeinstall: beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \

View file

@ -3,8 +3,7 @@
PROG= disklabel PROG= disklabel
SRCS= disklabel.c SRCS= disklabel.c
MAN8= disklabel.8 MAN= disklabel.5 disklabel.8
MAN5= disklabel.5
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= dmesg PROG= dmesg
MAN= dmesg.8
BINGRP= kmem BINGRP= kmem
BINMODE=2555 BINMODE=2555
LDADD= -lkvm LDADD= -lkvm

View file

@ -20,6 +20,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
BINGRP= tty BINGRP= tty
BINMODE=2555 BINMODE=2555
MAN= dump.8
MLINKS+=dump.8 rdump.8 MLINKS+=dump.8 rdump.8
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= dumpfs PROG= dumpfs
MAN= dumpfs.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= dumpon PROG= dumpon
MAN= dumpon.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= fdisk PROG= fdisk
MAN= fdisk.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= fdisk PROG= fdisk
MAN= fdisk.8
CFLAGS += -DPC98 CFLAGS += -DPC98

View file

@ -10,6 +10,7 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
PROG= ffsinfo PROG= ffsinfo
SRCS= ffsinfo.c debug.c SRCS= ffsinfo.c debug.c
MAN= ffsinfo.8
GROWFS= ${.CURDIR}/../growfs GROWFS= ${.CURDIR}/../growfs
CFLAGS+=-DFS_DEBUG -I${GROWFS} CFLAGS+=-DFS_DEBUG -I${GROWFS}

View file

@ -3,5 +3,6 @@
PROG= fsck PROG= fsck
SRCS= fsck.c fsutil.c preen.c SRCS= fsck.c fsutil.c preen.c
MAN= fsck.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -4,6 +4,7 @@
PROG= fsck_ffs PROG= fsck_ffs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
MAN= fsck_ffs.8
SRCS= dir.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ 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 pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
CFLAGS+=-W CFLAGS+=-W

View file

@ -3,6 +3,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= fsdb PROG= fsdb
MAN= fsdb.8
SRCS= fsdb.c fsdbutil.c \ SRCS= fsdb.c fsdbutil.c \
dir.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.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 pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= fsirand PROG= fsirand
MAN= fsirand.8
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}
LDADD= -lutil LDADD= -lutil

View file

@ -11,6 +11,7 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG
PROG= growfs PROG= growfs
SRCS= growfs.c SRCS= growfs.c
MAN= growfs.8
.if defined(GFSDBG) .if defined(GFSDBG)
SRCS+= debug.c SRCS+= debug.c

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG = cxconfig PROG= cxconfig
MAN= cxconfig.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= fdisk PROG= fdisk
MAN= fdisk.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= nextboot PROG= nextboot
MAN= nextboot.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -15,6 +15,7 @@ SRCS+= ifvlan.c
CFLAGS+=-DUSE_VLANS CFLAGS+=-DUSE_VLANS
.endif .endif
MAN= ifconfig.8
DPADD= ${LIBIPX} DPADD= ${LIBIPX}
LDADD= -lipx LDADD= -lipx
COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \ COPTS= -DNS -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings \

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= init PROG= init
MAN= init.8
MLINKS= init.8 securelevel.8 MLINKS= init.8 securelevel.8
BINMODE=500 BINMODE=500
INSTALLFLAGS=-fschg INSTALLFLAGS=-fschg

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= ip6fw PROG= ip6fw
MAN= ip6fw.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,9 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipf PROG= ipf
MAN4= ipf.4 MAN= ipf.4 ipf.5 ipf.8
MAN5= ipf.5
MAN8= ipf.8
SRCS= ipf.c parse.c opt.c facpri.c common.c SRCS= ipf.c parse.c opt.c facpri.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter

View file

@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipfstat PROG= ipfstat
MAN= ipfstat.8
SRCS= fils.c parse.c opt.c kmem.c facpri.c common.c 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 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DSTATETOP -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= ipfw PROG= ipfw
MAN= ipfw.8
CFLAGS+=-Wall CFLAGS+=-Wall
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,8 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipmon PROG= ipmon
MAN4= ipl.4 MAN= ipl.4 ipmon.8
MAN8= ipmon.8
SRCS= ipmon.c SRCS= ipmon.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter

View file

@ -3,9 +3,7 @@
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipnat PROG= ipnat
MAN1= ipnat.1 MAN= ipnat.1 ipnat.4 ipnat.5
MAN4= ipnat.4
MAN5= ipnat.5
MLINKS= ipnat.5 ipnat.conf.5 MLINKS= ipnat.5 ipnat.conf.5
SRCS= ipnat.c kmem.c natparse.c common.c SRCS= ipnat.c kmem.c natparse.c common.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
# #
PROG= kget PROG= kget
MAN= kget.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -27,6 +27,7 @@
# #
PROG= kldload PROG= kldload
MAN= kldload.8
CFLAGS+=-I${.CURDIR}/../../sys CFLAGS+=-I${.CURDIR}/../../sys

View file

@ -27,6 +27,7 @@
# #
PROG= kldstat PROG= kldstat
MAN= kldstat.8
CFLAGS+=-I${.CURDIR}/../../sys CFLAGS+=-I${.CURDIR}/../../sys

View file

@ -27,6 +27,7 @@
# #
PROG= kldunload PROG= kldunload
MAN= kldunload.8
CFLAGS+=-I${.CURDIR}/../../sys CFLAGS+=-I${.CURDIR}/../../sys

View file

@ -4,6 +4,7 @@ PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
MAN= ldconfig.8
.PATH: ${LDDIR} .PATH: ${LDDIR}

View file

@ -2,7 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= md5 PROG= md5
MAN1= ${PROG}.1
LDADD+= -lmd LDADD+= -lmd
DPADD+= ${LIBMD} DPADD+= ${LIBMD}

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= mdconfig PROG= mdconfig
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8 MLINKS= mdconfig.8 vnconfig.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= mknod PROG= mknod
MAN= mknod.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
PROG= mount PROG= mount
SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c SRCS= mount.c mount_ufs.c getmntopts.c vfslist.c
MAN= mount.8
# We do NOT install the getmntopts.3 man page. # We do NOT install the getmntopts.3 man page.
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
PROG= mount_cd9660 PROG= mount_cd9660
SRCS= mount_cd9660.c getmntopts.c SRCS= mount_cd9660.c getmntopts.c
MAN= mount_cd9660.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT} CFLAGS+= -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_ext2fs PROG= mount_ext2fs
SRCS= mount_ext2fs.c getmntopts.c SRCS= mount_ext2fs.c getmntopts.c
MAN= mount_ext2fs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT} CFLAGS+= -I${MOUNT}

View file

@ -4,6 +4,7 @@
PROG= mount_hpfs PROG= mount_hpfs
SRCS= mount_hpfs.c getmntopts.c SRCS= mount_hpfs.c getmntopts.c
MAN= mount_hpfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} -DHPFS

View file

@ -4,6 +4,7 @@
PROG= mount_msdos PROG= mount_msdos
SRCS= mount_msdos.c getmntopts.c SRCS= mount_msdos.c getmntopts.c
MAN= mount_msdos.8
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}
LDADD= -lutil LDADD= -lutil

View file

@ -4,6 +4,7 @@
PROG= mount_msdos PROG= mount_msdos
SRCS= mount_msdos.c getmntopts.c SRCS= mount_msdos.c getmntopts.c
MAN= mount_msdos.8
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}
LDADD= -lutil LDADD= -lutil

View file

@ -4,6 +4,7 @@
PROG= mount_nfs PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall

View file

@ -4,6 +4,7 @@
PROG= mount_ntfs PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c SRCS= mount_ntfs.c getmntopts.c
MAN= mount_ntfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_null PROG= mount_null
SRCS= mount_null.c getmntopts.c SRCS= mount_null.c getmntopts.c
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_null PROG= mount_null
SRCS= mount_null.c getmntopts.c SRCS= mount_null.c getmntopts.c
MAN= mount_null.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -2,6 +2,7 @@
PROG= mount_nwfs PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c SRCS= mount_nwfs.c getmntopts.c
MAN= mount_nwfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT} CFLAGS+= -DNWFS -I${MOUNT}

View file

@ -4,6 +4,7 @@
PROG= mount_portal PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 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 pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
MAN= mount_portal.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -4,6 +4,7 @@
PROG= mount_portal PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 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 pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
MAN= mount_portal.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_std PROG= mount_std
SRCS= mount_std.c getmntopts.c SRCS= mount_std.c getmntopts.c
MAN= mount_std.8
MLINKS= mount_std.8 mount_devfs.8 \ MLINKS= mount_std.8 mount_devfs.8 \
mount_std.8 mount_fdesc.8 \ mount_std.8 mount_fdesc.8 \
mount_std.8 mount_linprocfs.8 \ mount_std.8 mount_linprocfs.8 \

View file

@ -3,6 +3,7 @@
PROG= mount_umap PROG= mount_umap
SRCS= mount_umap.c getmntopts.c SRCS= mount_umap.c getmntopts.c
MAN= mount_umap.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_umap PROG= mount_umap
SRCS= mount_umap.c getmntopts.c SRCS= mount_umap.c getmntopts.c
MAN= mount_umap.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_union PROG= mount_union
SRCS= mount_union.c getmntopts.c SRCS= mount_union.c getmntopts.c
MAN= mount_union.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,6 +3,7 @@
PROG= mount_union PROG= mount_union
SRCS= mount_union.c getmntopts.c SRCS= mount_union.c getmntopts.c
MAN= mount_union.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,7 +3,6 @@
PROG= mountd PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN5= exports.5 netgroup.5 MAN= exports.5 netgroup.5 mountd.8
MAN8= mountd.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -7,5 +7,6 @@ SRCS = natd.c icmp.c
CFLAGS += -Wall CFLAGS += -Wall
LDADD = -lalias LDADD = -lalias
DPADD = ${LIBALIAS} DPADD = ${LIBALIAS}
MAN = natd.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
PROG= newfs PROG= newfs
SRCS= getmntopts.c newfs.c mkfs.c SRCS= getmntopts.c newfs.c mkfs.c
MAN= newfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT} CFLAGS+=-DMFS -DFSIRAND -I${MOUNT}

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= newfs_msdos PROG= newfs_msdos
MAN= newfs_msdos.8
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= nextboot PROG= nextboot
MAN= nextboot.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
PROG= nfsd PROG= nfsd
CFLAGS+=-DNFS CFLAGS+=-DNFS
MAN= nfsd.8
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS CFLAGS+=-DKERBEROS

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= nfsiod PROG= nfsiod
MAN= nfsiod.8
CFLAGS+=-DNFS CFLAGS+=-DNFS
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/22/94 # @(#)Makefile 8.2 (Berkeley) 4/22/94
# $FreeBSD$
MAN8= nologin.8 MAN= nologin.5 nologin.8
MAN5= nologin.5
nologin depend lint tags: nologin depend lint tags:

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG=nos-tun PROG= nos-tun
MAN= nos-tun.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= fdisk PROG= fdisk
MAN= fdisk.8
CFLAGS += -DPC98 CFLAGS += -DPC98

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= ping PROG= ping
MAN= ping.8
BINMODE=4555 BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha" .if ${MACHINE_ARCH} == "alpha"

View file

@ -1,6 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= ping6 PROG= ping6
MAN= ping6.8
CFLAGS+=-DINET6 -DIPSEC CFLAGS+=-DINET6 -DIPSEC

View file

@ -3,6 +3,7 @@
PROG= quotacheck PROG= quotacheck
SRCS= quotacheck.c preen.c utilities.c SRCS= quotacheck.c preen.c utilities.c
MAN= quotacheck.8
.PATH: ${.CURDIR}/../fsck_ffs .PATH: ${.CURDIR}/../fsck_ffs
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -1,9 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93 # @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
PROG= reboot PROG= reboot
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}
LDADD= -lutil LDADD= -lutil
MAN8= reboot.8 boot_i386.8 MAN= reboot.8 boot_i386.8
MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8
ARCH!= uname -m ARCH!= uname -m

View file

@ -9,6 +9,7 @@ SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c dumprmt.c
BINGRP= tty BINGRP= tty
BINMODE=2555 BINMODE=2555
MAN= restore.8
MLINKS+=restore.8 rrestore.8 MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump .PATH: ${.CURDIR}/../dump

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= route PROG= route
MAN= route.8
SRCS= route.c keywords.h SRCS= route.c keywords.h
CFLAGS+=-I. -Wall -DNS CFLAGS+=-I. -Wall -DNS
CFLAGS+=-DINET6 CFLAGS+=-DINET6

View file

@ -4,6 +4,7 @@
PROG= routed PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN= routed.8
SUBDIR= rtquery SUBDIR= rtquery
LDADD+= -lmd LDADD+= -lmd
DPADD+= ${LIBMD} DPADD+= ${LIBMD}

View file

@ -3,6 +3,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= rtquery PROG= rtquery
MAN= rtquery.8
LDADD+= -lmd LDADD+= -lmd
DPADD+= ${LIBMD} DPADD+= ${LIBMD}
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused #COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused

View file

@ -3,6 +3,7 @@
PROG= savecore PROG= savecore
SRCS= savecore.c zopen.c SRCS= savecore.c zopen.c
MAN= savecore.8
ZOPENPATH= ${.CURDIR}/../../usr.bin/compress ZOPENPATH= ${.CURDIR}/../../usr.bin/compress
.PATH: ${ZOPENPATH} .PATH: ${ZOPENPATH}

View file

@ -2,6 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= shutdown PROG= shutdown
MAN= shutdown.8
BINGRP= operator BINGRP= operator
BINMODE=4550 BINMODE=4550

View file

@ -3,6 +3,7 @@
# $FreeBSD$ # $FreeBSD$
PROG= slattach PROG= slattach
MAN= slattach.8
MLINKS= slattach.8 slip.8 MLINKS= slattach.8 slip.8
LDADD= -lutil LDADD= -lutil
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}

View file

@ -1,5 +1,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= spppcontrol PROG= spppcontrol
MAN= spppcontrol.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,7 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= startslip PROG= startslip
MAN1= ${PROG}.1
DPADD= ${LIBUTIL} DPADD= ${LIBUTIL}
LDADD= -lutil LDADD= -lutil

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= swapon PROG= swapon
MAN= swapon.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= sysctl PROG= sysctl
MAN= sysctl.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -2,5 +2,6 @@
# $FreeBSD$ # $FreeBSD$
PROG= tunefs PROG= tunefs
MAN= tunefs.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -4,6 +4,7 @@
PROG= umount PROG= umount
SRCS= umount.c vfslist.c mounttab.c SRCS= umount.c vfslist.c mounttab.c
MAN= umount.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall

View file

@ -2,6 +2,7 @@
PROG= vinum PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN= vinum.8
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG

View file

@ -2,6 +2,7 @@
PROG= mount_nwfs PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c SRCS= mount_nwfs.c getmntopts.c
MAN= mount_nwfs.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT} CFLAGS+= -DNWFS -I${MOUNT}

View file

@ -4,6 +4,7 @@
PROG= mount_portal PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ 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 pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
MAN= mount_portal.8
MOUNT= ${.CURDIR}/../mount MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}

View file

@ -3,7 +3,6 @@
PROG= mountd PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN5= exports.5 netgroup.5 MAN= exports.5 netgroup.5 mountd.8
MAN8= mountd.8
.include <bsd.prog.mk> .include <bsd.prog.mk>

View file

@ -3,6 +3,7 @@
PROG= nfsd PROG= nfsd
CFLAGS+=-DNFS CFLAGS+=-DNFS
MAN= nfsd.8
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) .if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS CFLAGS+=-DKERBEROS

View file

@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/22/94 # @(#)Makefile 8.2 (Berkeley) 4/22/94
# $FreeBSD$
MAN8= nologin.8 MAN= nologin.5 nologin.8
MAN5= nologin.5
nologin depend lint tags: nologin depend lint tags: