Get rid of obsolete MAN[0-9] syntax.

This commit is contained in:
Ruslan Ermilov 2004-09-26 09:25:03 +00:00
parent 1868ee666e
commit 9684333e54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135814
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
PROG = i4brunppp
SRCS = i4brunppp.c
MAN8 = i4brunppp.8
MAN = i4brunppp.8
RUNPPPDEST= /etc/isdn

View File

@ -7,7 +7,7 @@ SRCS= ndiscvt.c
SRCS+= subr_pe.c
SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
MAN8= ndiscvt.8
MAN= ndiscvt.8
WARNS?= 4

View File

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