MAN[1-9] -> MAN.

This commit is contained in:
Ruslan Ermilov 2001-03-27 10:03:10 +00:00
parent 8f15078110
commit 6c7d684cfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74845
5 changed files with 4 additions and 6 deletions

View file

@ -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,

View file

@ -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

View file

@ -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>

View file

@ -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)

View file

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