summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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