From 6aebd02aa8dea80c051b5953925b9922959da7bf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 15 Mar 2006 10:46:38 +0000 Subject: [PATCH] Style: NO_MAN doesn't need any value. --- tools/regression/aio/aiotest/Makefile | 2 +- tools/regression/aio/kqueue/Makefile | 2 +- tools/regression/aio/kqueue/lio/Makefile | 2 +- tools/regression/lib/libc/resolv/Makefile | 3 +-- tools/regression/mlock/Makefile | 2 +- tools/regression/netinet/msocket/Makefile | 2 +- tools/regression/netinet/msocket_ifnet_remove/Makefile | 2 +- tools/regression/netinet/tcpfullwindowrst/Makefile | 2 +- tools/regression/netinet/udpconnectjail/Makefile | 2 +- tools/regression/sockets/listenclose/Makefile | 2 +- tools/regression/sockets/reconnect/Makefile | 2 +- tools/regression/sockets/shutdown/Makefile | 2 +- tools/regression/sockets/sigpipe/Makefile | 2 +- tools/tools/ath/athdebug/Makefile | 6 +++--- tools/tools/ath/athstats/Makefile | 6 +++--- tools/tools/iwi/Makefile | 4 ++-- tools/tools/net80211/wlandebug/Makefile | 6 +++--- tools/tools/net80211/wlanstats/Makefile | 6 +++--- tools/tools/net80211/wlanwatch/Makefile | 6 +++--- tools/tools/netrate/juggle/Makefile | 2 +- tools/tools/umastat/Makefile | 2 +- usr.sbin/bluetooth/bthidd/Makefile | 2 +- usr.sbin/vnconfig/Makefile | 2 +- usr.sbin/wlandebug/Makefile | 6 +++--- 24 files changed, 37 insertions(+), 38 deletions(-) diff --git a/tools/regression/aio/aiotest/Makefile b/tools/regression/aio/aiotest/Makefile index e8dff68d7da..bc8add23339 100644 --- a/tools/regression/aio/aiotest/Makefile +++ b/tools/regression/aio/aiotest/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= aiotest -NO_MAN= YES +NO_MAN= DPADD= ${LIBUTIL} LDADD= -lutil diff --git a/tools/regression/aio/kqueue/Makefile b/tools/regression/aio/kqueue/Makefile index adf7441740b..ba0fd68ef81 100644 --- a/tools/regression/aio/kqueue/Makefile +++ b/tools/regression/aio/kqueue/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= aio_kqueue -NO_MAN= YES +NO_MAN= .include diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile index fe4df599b5e..77377e5b24c 100644 --- a/tools/regression/aio/kqueue/lio/Makefile +++ b/tools/regression/aio/kqueue/lio/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= lio_kqueue -NO_MAN= YES +NO_MAN= .include diff --git a/tools/regression/lib/libc/resolv/Makefile b/tools/regression/lib/libc/resolv/Makefile index dade74d93ba..9b4e6b1c346 100644 --- a/tools/regression/lib/libc/resolv/Makefile +++ b/tools/regression/lib/libc/resolv/Makefile @@ -1,9 +1,8 @@ # $NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $ # $FreeBSD$ -NO_MAN= # defined - PROG= resolv +NO_MAN= # Note: this test relies on being dynamically linked. You will get a # spurious PASS for a statically linked test. diff --git a/tools/regression/mlock/Makefile b/tools/regression/mlock/Makefile index f32a65dc91b..a4617888d2e 100644 --- a/tools/regression/mlock/Makefile +++ b/tools/regression/mlock/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= mlock -NO_MAN= yes +NO_MAN= .include diff --git a/tools/regression/netinet/msocket/Makefile b/tools/regression/netinet/msocket/Makefile index 885afcf1fdb..17c5b80a284 100644 --- a/tools/regression/netinet/msocket/Makefile +++ b/tools/regression/netinet/msocket/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= msocket -NO_MAN= +NO_MAN= CFLAGS+= -Wall .include diff --git a/tools/regression/netinet/msocket_ifnet_remove/Makefile b/tools/regression/netinet/msocket_ifnet_remove/Makefile index c379250fd30..f9df51b1116 100644 --- a/tools/regression/netinet/msocket_ifnet_remove/Makefile +++ b/tools/regression/netinet/msocket_ifnet_remove/Makefile @@ -2,6 +2,6 @@ PROG= msocket_ifnet_remove WARNS= 3 -NO_MAN= +NO_MAN= .include diff --git a/tools/regression/netinet/tcpfullwindowrst/Makefile b/tools/regression/netinet/tcpfullwindowrst/Makefile index 91641cdd464..b24f94081b5 100644 --- a/tools/regression/netinet/tcpfullwindowrst/Makefile +++ b/tools/regression/netinet/tcpfullwindowrst/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= tcpfullwindowrsttest -NO_MAN= noman +NO_MAN= .include diff --git a/tools/regression/netinet/udpconnectjail/Makefile b/tools/regression/netinet/udpconnectjail/Makefile index 01e0ee37170..bd5d0b1cba9 100644 --- a/tools/regression/netinet/udpconnectjail/Makefile +++ b/tools/regression/netinet/udpconnectjail/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= udpconnectjail -NO_MAN= yes +NO_MAN= WARNS?= 2 .include diff --git a/tools/regression/sockets/listenclose/Makefile b/tools/regression/sockets/listenclose/Makefile index 8ee77481893..4ca3ddf8273 100644 --- a/tools/regression/sockets/listenclose/Makefile +++ b/tools/regression/sockets/listenclose/Makefile @@ -3,7 +3,7 @@ # PROG= listenclose -NO_MAN= yes +NO_MAN= WARNS?= 2 .include diff --git a/tools/regression/sockets/reconnect/Makefile b/tools/regression/sockets/reconnect/Makefile index 4d12d8cacbe..21babc6a012 100644 --- a/tools/regression/sockets/reconnect/Makefile +++ b/tools/regression/sockets/reconnect/Makefile @@ -3,7 +3,7 @@ # PROG= reconnect -NO_MAN= yes +NO_MAN= WARNS?= 2 .include diff --git a/tools/regression/sockets/shutdown/Makefile b/tools/regression/sockets/shutdown/Makefile index b1134da78f0..775e6e5e100 100644 --- a/tools/regression/sockets/shutdown/Makefile +++ b/tools/regression/sockets/shutdown/Makefile @@ -3,7 +3,7 @@ # PROG= shutdown -NO_MAN= yes +NO_MAN= WARNS?= 2 .include diff --git a/tools/regression/sockets/sigpipe/Makefile b/tools/regression/sockets/sigpipe/Makefile index aa301b61d29..2130154edf9 100644 --- a/tools/regression/sockets/sigpipe/Makefile +++ b/tools/regression/sockets/sigpipe/Makefile @@ -3,7 +3,7 @@ # PROG= sigpipe -NO_MAN= +NO_MAN= WARNS?= 2 .include diff --git a/tools/tools/ath/athdebug/Makefile b/tools/tools/ath/athdebug/Makefile index ad46020e99e..c1b3bf98167 100644 --- a/tools/tools/ath/athdebug/Makefile +++ b/tools/tools/ath/athdebug/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -PROG = athdebug -BINDIR = /usr/local/bin -NO_MAN = noman +PROG= athdebug +BINDIR= /usr/local/bin +NO_MAN= .include diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile index df04b5d685b..f70b45d70c8 100644 --- a/tools/tools/ath/athstats/Makefile +++ b/tools/tools/ath/athstats/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -PROG = athstats -BINDIR = /usr/local/bin -NO_MAN = noman +PROG= athstats +BINDIR= /usr/local/bin +NO_MAN= .include diff --git a/tools/tools/iwi/Makefile b/tools/tools/iwi/Makefile index c6c11d89b44..2bfaac62e44 100644 --- a/tools/tools/iwi/Makefile +++ b/tools/tools/iwi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PROG = iwistats -NO_MAN = noman +PROG= iwistats +NO_MAN= .include diff --git a/tools/tools/net80211/wlandebug/Makefile b/tools/tools/net80211/wlandebug/Makefile index 26e6e517027..397143bd92f 100644 --- a/tools/tools/net80211/wlandebug/Makefile +++ b/tools/tools/net80211/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 diff --git a/tools/tools/net80211/wlanstats/Makefile b/tools/tools/net80211/wlanstats/Makefile index 3e2f726add1..678a9880692 100644 --- a/tools/tools/net80211/wlanstats/Makefile +++ b/tools/tools/net80211/wlanstats/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -PROG = wlanstats -BINDIR = /usr/local/bin -NO_MAN = noman +PROG= wlanstats +BINDIR= /usr/local/bin +NO_MAN= .include diff --git a/tools/tools/net80211/wlanwatch/Makefile b/tools/tools/net80211/wlanwatch/Makefile index e1f8dfecb5b..7a31eb22310 100644 --- a/tools/tools/net80211/wlanwatch/Makefile +++ b/tools/tools/net80211/wlanwatch/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -PROG = wlanwatch -BINDIR = /usr/local/bin -NO_MAN = noman +PROG= wlanwatch +BINDIR= /usr/local/bin +NO_MAN= .include diff --git a/tools/tools/netrate/juggle/Makefile b/tools/tools/netrate/juggle/Makefile index 9492d777588..67d6263c89f 100644 --- a/tools/tools/netrate/juggle/Makefile +++ b/tools/tools/netrate/juggle/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= juggle -NO_MAN= +NO_MAN= WARNS= 3 LDADD= -lpthread diff --git a/tools/tools/umastat/Makefile b/tools/tools/umastat/Makefile index 98f8adc5963..94611735075 100644 --- a/tools/tools/umastat/Makefile +++ b/tools/tools/umastat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= umastat -NO_MAN= +NO_MAN= DPADD= ${LIBKVM} LDADD= -lkvm diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile index a60a4e96163..a65bd6eb6a0 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 7bf69901768..6ad13944098 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 26e6e517027..397143bd92f 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