From b1b657e6b5264d3b90c96c1efdaf42812a704b09 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 3 Jul 2008 19:40:59 +0000 Subject: [PATCH] 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. --- sbin/geom/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index f67efcb4b1f8..fffb889bc2cf 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