summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-26 09:25:03 +0000
committerru <ru@FreeBSD.org>2004-09-26 09:25:03 +0000
commit63fa21b0aeda736434afc5598dd48563a7588f3c (patch)
treef7a27eb0017b311e24adfda7753ff2bbc5ed13cf
parent57ab183269c7ca46993f6acfcc2e3872e0f418cd (diff)
downloadFreeBSD-src-63fa21b0aeda736434afc5598dd48563a7588f3c.zip
FreeBSD-src-63fa21b0aeda736434afc5598dd48563a7588f3c.tar.gz
Get rid of obsolete MAN[0-9] syntax.
-rw-r--r--share/examples/isdn/i4brunppp/Makefile2
-rw-r--r--usr.sbin/ndiscvt/Makefile2
-rw-r--r--usr.sbin/smbmsg/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/isdn/i4brunppp/Makefile b/share/examples/isdn/i4brunppp/Makefile
index d18a6a4..e1eecea 100644
--- a/share/examples/isdn/i4brunppp/Makefile
+++ b/share/examples/isdn/i4brunppp/Makefile
@@ -2,7 +2,7 @@
PROG = i4brunppp
SRCS = i4brunppp.c
-MAN8 = i4brunppp.8
+MAN = i4brunppp.8
RUNPPPDEST= /etc/isdn
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile
index c595818..8004897 100644
--- a/usr.sbin/ndiscvt/Makefile
+++ b/usr.sbin/ndiscvt/Makefile
@@ -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
diff --git a/usr.sbin/smbmsg/Makefile b/usr.sbin/smbmsg/Makefile
index 1fc7d3e..a581b2c 100644
--- a/usr.sbin/smbmsg/Makefile
+++ b/usr.sbin/smbmsg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= smbmsg
-MAN8= smbmsg.8
+MAN= smbmsg.8
WARNS= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud