mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
b1ca926d0f
commit
db300278f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if defined(RESCUE)
|
||||
.if defined(RESCUE) || defined(RELEASE_CRUNCH)
|
||||
|
||||
.PATH: ${.CURDIR}/class/part \
|
||||
${.CURDIR}/class/label \
|
||||
|
|
|
|||
Loading…
Reference in a new issue