aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
commit6c7d684cfea69345349f5eb6f075ce8ad936af33 (patch)
treea0e5003ad5e528d51da311141bbd1d4acf690e9d /bin
parent8f1507811058ef1216eb30adb394a2c4d96f5edc (diff)
downloadsrc-6c7d684cfea69345349f5eb6f075ce8ad936af33.tar.gz
src-6c7d684cfea69345349f5eb6f075ce8ad936af33.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74845
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/Makefile1
-rw-r--r--bin/ln/Makefile3
-rw-r--r--bin/pwd/Makefile2
-rw-r--r--bin/rmail/Makefile2
-rw-r--r--bin/sync/Makefile2
5 files changed, 4 insertions, 6 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 7c16359370e4..bb6c56ba0fd1 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -29,7 +29,6 @@ SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
SRCS+= ${GENHDRS}
-MAN1= csh.1
MLINKS= csh.1 tcsh.1
# MLINKS for Shell built in commands for which there are no userland
# utilities of the same name are handled with the associated manpage,
diff --git a/bin/ln/Makefile b/bin/ln/Makefile
index bfbcef839f84..b541f8bd3be0 100644
--- a/bin/ln/Makefile
+++ b/bin/ln/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PROG= ln
-MAN1= ln.1
-MAN7= symlink.7
+MAN= ln.1 symlink.7
LINKS= ${BINDIR}/ln ${BINDIR}/link
MLINKS= ln.1 link.1
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
index be42836f92be..129ed63cbdbe 100644
--- a/bin/pwd/Makefile
+++ b/bin/pwd/Makefile
@@ -3,6 +3,6 @@
PROG= pwd
LINKS= ${BINDIR}/pwd ${BINDIR}/realpath
-MAN1= pwd.1 realpath.1
+MAN= pwd.1 realpath.1
.include <bsd.prog.mk>
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index e4e4ef420e13..87cd9cccc3a6 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -8,7 +8,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
PROG= rmail
SRCS= rmail.c
-MAN8= rmail.8
+MAN= rmail.8
CFLAGS+=-I${SENDMAIL_DIR}/include
.if exists(${.OBJDIR}/../../lib/libsmutil)
diff --git a/bin/sync/Makefile b/bin/sync/Makefile
index 9698a64dcd0d..72c664f4afdd 100644
--- a/bin/sync/Makefile
+++ b/bin/sync/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= sync
-MAN8= sync.8
+MAN= sync.8
.include <bsd.prog.mk>