From 6aebd02aa8dea80c051b5953925b9922959da7bf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 15 Mar 2006 10:46:38 +0000 Subject: Style: NO_MAN doesn't need any value. --- usr.sbin/bluetooth/bthidd/Makefile | 2 +- usr.sbin/vnconfig/Makefile | 2 +- usr.sbin/wlandebug/Makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile index a60a4e96163f..a65bd6eb6a03 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 7bf699017682..6ad139440982 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 diff --git a/usr.sbin/wlandebug/Makefile b/usr.sbin/wlandebug/Makefile index 26e6e5170273..397143bd92f4 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 -- cgit v1.3