aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
committerWarner Losh <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
commit3bdf775801b218aa5a89564839405b122f4b233e (patch)
treee8b079688238ae81d3122ea197d8ddb379b45059 /sbin
parente0919954d519767b541c28965dbd862787eb84cf (diff)
downloadsrc-3bdf775801b218aa5a89564839405b122f4b233e.tar.gz
src-3bdf775801b218aa5a89564839405b122f4b233e.zip
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
Notes
Notes: svn path=/head/; revision=264400
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/Makefile2
-rw-r--r--sbin/rtsol/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile
index 88b82404e107..ced58425c657 100644
--- a/sbin/geom/Makefile
+++ b/sbin/geom/Makefile
@@ -9,7 +9,7 @@
PROG= geom
SRCS= geom.c geom_label.c geom_part.c subr.c
-NO_MAN=
+MAN=
WARNS?= 2
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 39ef258461dc..d7380084cd66 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -20,7 +20,7 @@ SRCDIR= ${.CURDIR}/../../usr.sbin/rtsold
PROG= rtsol
SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
-NO_MAN=
+MAN=
WARNS?= 3
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL