summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_nwfs/Makefile1
-rw-r--r--usr.sbin/mount_portalfs/Makefile1
-rw-r--r--usr.sbin/mountd/Makefile3
-rw-r--r--usr.sbin/nfsd/Makefile1
-rw-r--r--usr.sbin/nologin/Makefile4
5 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/mount_nwfs/Makefile b/usr.sbin/mount_nwfs/Makefile
index c6a4f10..f66b259 100644
--- a/usr.sbin/mount_nwfs/Makefile
+++ b/usr.sbin/mount_nwfs/Makefile
@@ -2,6 +2,7 @@
PROG= mount_nwfs
SRCS= mount_nwfs.c getmntopts.c
+MAN= 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 94938a3..00b96dc 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -4,6 +4,7 @@
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
+MAN= mount_portal.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index 0312e9b..5baf042 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -3,7 +3,6 @@
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
-MAN5= exports.5 netgroup.5
-MAN8= mountd.8
+MAN= exports.5 netgroup.5 mountd.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/nfsd/Makefile b/usr.sbin/nfsd/Makefile
index 3e0f8c5..5a89c6e 100644
--- a/usr.sbin/nfsd/Makefile
+++ b/usr.sbin/nfsd/Makefile
@@ -3,6 +3,7 @@
PROG= nfsd
CFLAGS+=-DNFS
+MAN= nfsd.8
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DKERBEROS
diff --git a/usr.sbin/nologin/Makefile b/usr.sbin/nologin/Makefile
index e30ea08..fae063b 100644
--- a/usr.sbin/nologin/Makefile
+++ b/usr.sbin/nologin/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 4/22/94
+# $FreeBSD$
-MAN8= nologin.8
-MAN5= nologin.5
+MAN= nologin.5 nologin.8
nologin depend lint tags:
OpenPOWER on IntegriCloud