diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
| commit | e653b48c80fb85b2a10372d664a4b55dbdc51dae (patch) | |
| tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /sbin | |
| parent | d626a8a238996d787428b43e5398f512cfd0aa94 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/dhclient/dhcpctl/Makefile | 2 | ||||
| -rw-r--r-- | sbin/dhclient/omapip/Makefile | 2 | ||||
| -rw-r--r-- | sbin/gvinum/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mca/Makefile | 2 | ||||
| -rw-r--r-- | sbin/recoverdisk/Makefile | 2 | ||||
| -rw-r--r-- | sbin/rtsol/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sbin/dhclient/dhcpctl/Makefile b/sbin/dhclient/dhcpctl/Makefile index 15041a14ae352..ec0f27e5ab649 100644 --- a/sbin/dhclient/dhcpctl/Makefile +++ b/sbin/dhclient/dhcpctl/Makefile @@ -10,6 +10,6 @@ INTERNALLIB= SRCS= dhcpctl.c callback.c remote.c MAN= dhcpctl.3 -NOMAN= +NO_MAN= .include <bsd.lib.mk> diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile index f597e21cf7082..acda115d66621 100644 --- a/sbin/dhclient/omapip/Makefile +++ b/sbin/dhclient/omapip/Makefile @@ -13,6 +13,6 @@ SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \ message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c MAN= omapi.3 -NOMAN= +NO_MAN= .include <bsd.lib.mk> diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index d013826e8a5ea..2e9b7c5c35b25 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -2,7 +2,7 @@ PROG= gvinum SRCS= gvinum.c gvinum.h geom_vinum_share.c -NOMAN= # not yet +NO_MAN= # not yet CFLAGS+= -I${.CURDIR}/../../sys diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile index e7729b11bdc83..25199d375d898 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= mca WARNS?= 4 -NOMAN= +NO_MAN= .include <bsd.prog.mk> diff --git a/sbin/recoverdisk/Makefile b/sbin/recoverdisk/Makefile index a3a578d061b53..e86fbb2b96a98 100644 --- a/sbin/recoverdisk/Makefile +++ b/sbin/recoverdisk/Makefile @@ -2,7 +2,7 @@ PROG= recoverdisk -NOMAN= +NO_MAN= WARNS?= 5 diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile index 66d39e52bd684..d3d40e871e0e8 100644 --- a/sbin/rtsol/Makefile +++ b/sbin/rtsol/Makefile @@ -21,7 +21,7 @@ SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL WARNS?= 0 -NOMAN= +NO_MAN= .PATH: ${SRCDIR} |
