summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-06-05 15:24:10 +0000
committermarcel <marcel@FreeBSD.org>2008-06-05 15:24:10 +0000
commit0f5461ba9ad37e8aa872a6184721d79e415dca23 (patch)
treebe6fcaac44792db97a9495c9c7882741a9fb45b6 /sbin
parentc2693f72a066cfacb1b1bdaa7171accfcfa8ed94 (diff)
downloadFreeBSD-src-0f5461ba9ad37e8aa872a6184721d79e415dca23.zip
FreeBSD-src-0f5461ba9ad37e8aa872a6184721d79e415dca23.tar.gz
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.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud