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.
This commit is contained in:
Marcel Moolenaar 2008-07-03 19:40:59 +00:00
parent d9cc0983c0
commit b1b657e6b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180228

View File

@ -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