summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile2
-rw-r--r--usr.sbin/vnconfig/Makefile2
-rw-r--r--usr.sbin/wlandebug/Makefile6
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index a60a4e9..a65bd6e 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -3,7 +3,7 @@
PROG= bthidd
#MAN= bthidd.8 bthidd.conf.5
-NO_MAN= 1
+NO_MAN=
SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
session.c
diff --git a/usr.sbin/vnconfig/Makefile b/usr.sbin/vnconfig/Makefile
index 7bf6990..6ad1394 100644
--- a/usr.sbin/vnconfig/Makefile
+++ b/usr.sbin/vnconfig/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
PROG= vnconfig
-NO_MAN= # mdconfig supplies manpage
+NO_MAN=
.include <bsd.prog.mk>
diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile
index 26e6e51..397143b 100644
--- a/usr.sbin/wlandebug/Makefile
+++ b/usr.sbin/wlandebug/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-PROG = wlandebug
-BINDIR = /usr/local/bin
-NO_MAN = noman
+PROG= wlandebug
+BINDIR= /usr/local/bin
+NO_MAN=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud