From db300278f81a14b97e375ec5faa9bfcd1f3a4d39 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 5 Jun 2008 15:24:10 +0000 Subject: [PATCH] Allow building a static geom(8) for release related crunched binaries. In particular, this allows geom to be added to the boot_crunch binary on ia64. --- sbin/geom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index c357e9d32c95..f67efcb4b1f8 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if defined(RESCUE) +.if defined(RESCUE) || defined(RELEASE_CRUNCH) .PATH: ${.CURDIR}/class/part \ ${.CURDIR}/class/label \