diff options
Diffstat (limited to 'tools')
21 files changed, 32 insertions, 33 deletions
diff --git a/tools/regression/aio/aiotest/Makefile b/tools/regression/aio/aiotest/Makefile index e8dff68..bc8add2 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 adf7441..ba0fd68 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 <bsd.prog.mk> diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile index fe4df59..77377e5 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 <bsd.prog.mk> diff --git a/tools/regression/lib/libc/resolv/Makefile b/tools/regression/lib/libc/resolv/Makefile index dade74d..9b4e6b1 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 f32a65d..a461788 100644 --- a/tools/regression/mlock/Makefile +++ b/tools/regression/mlock/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= mlock -NO_MAN= yes +NO_MAN= .include <bsd.prog.mk> diff --git a/tools/regression/netinet/msocket/Makefile b/tools/regression/netinet/msocket/Makefile index 885afcf..17c5b80 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 <bsd.prog.mk> diff --git a/tools/regression/netinet/msocket_ifnet_remove/Makefile b/tools/regression/netinet/msocket_ifnet_remove/Makefile index c379250..f9df51b 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 <bsd.prog.mk> diff --git a/tools/regression/netinet/tcpfullwindowrst/Makefile b/tools/regression/netinet/tcpfullwindowrst/Makefile index 91641cd..b24f940 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 <bsd.prog.mk> diff --git a/tools/regression/netinet/udpconnectjail/Makefile b/tools/regression/netinet/udpconnectjail/Makefile index 01e0ee3..bd5d0b1 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 <bsd.prog.mk> diff --git a/tools/regression/sockets/listenclose/Makefile b/tools/regression/sockets/listenclose/Makefile index 8ee7748..4ca3ddf 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 <bsd.prog.mk> diff --git a/tools/regression/sockets/reconnect/Makefile b/tools/regression/sockets/reconnect/Makefile index 4d12d8c..21babc6 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 <bsd.prog.mk> diff --git a/tools/regression/sockets/shutdown/Makefile b/tools/regression/sockets/shutdown/Makefile index b1134da..775e6e5 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 <bsd.prog.mk> diff --git a/tools/regression/sockets/sigpipe/Makefile b/tools/regression/sockets/sigpipe/Makefile index aa301b6..2130154 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 <bsd.prog.mk> diff --git a/tools/tools/ath/athdebug/Makefile b/tools/tools/ath/athdebug/Makefile index ad46020..c1b3bf9 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 <bsd.prog.mk> diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile index df04b5d..f70b45d 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 <bsd.prog.mk> diff --git a/tools/tools/iwi/Makefile b/tools/tools/iwi/Makefile index c6c11d8..2bfaac6 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 <bsd.prog.mk> diff --git a/tools/tools/net80211/wlandebug/Makefile b/tools/tools/net80211/wlandebug/Makefile index 26e6e51..397143b 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 <bsd.prog.mk> diff --git a/tools/tools/net80211/wlanstats/Makefile b/tools/tools/net80211/wlanstats/Makefile index 3e2f726..678a988 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 <bsd.prog.mk> diff --git a/tools/tools/net80211/wlanwatch/Makefile b/tools/tools/net80211/wlanwatch/Makefile index e1f8dfe..7a31eb2 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 <bsd.prog.mk> diff --git a/tools/tools/netrate/juggle/Makefile b/tools/tools/netrate/juggle/Makefile index 9492d77..67d6263 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 98f8adc..9461173 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 |