From 0f5461ba9ad37e8aa872a6184721d79e415dca23 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 5 Jun 2008 15:24:10 +0000 Subject: 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(-) (limited to 'sbin') diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index c357e9d..f67efcb 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 \ -- cgit v1.1