summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-03 19:40:59 +0000
committermarcel <marcel@FreeBSD.org>2008-07-03 19:40:59 +0000
commitad8d26540646f926989b137116276a9d8c078ada (patch)
treec88957e14e1c5ebf7e001623ee5961b8c6df7b0d /sbin/geom
parentd782419b043f0027a86ea2bcec6009581640423a (diff)
downloadFreeBSD-src-ad8d26540646f926989b137116276a9d8c078ada.zip
FreeBSD-src-ad8d26540646f926989b137116276a9d8c078ada.tar.gz
Add NO_MAN for the static variant of geom(8). Both the RESCUE and the
RELEASE_CRUNCH builds use NO_MAN anyway, so this change is primarily to avoid that developers have to set NO_MAN manually when they build the static variant.
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile
index f67efcb..fffb889 100644
--- a/sbin/geom/Makefile
+++ b/sbin/geom/Makefile
@@ -9,6 +9,7 @@
PROG= geom
SRCS= geom.c geom_label.c geom_part.c subr.c
+NO_MAN=
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
OpenPOWER on IntegriCloud