mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add USA_RESIDENT to release make variables; can't hurt.
Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
This commit is contained in:
parent
95919b4418
commit
871b7d1c7f
1 changed files with 3 additions and 0 deletions
|
|
@ -233,6 +233,9 @@ rerelease release:
|
|||
.if defined(NOSHARED)
|
||||
echo "export NOSHARED=${NOSHARED}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(USA_RESIDENT)
|
||||
echo "export USA_RESIDENT=${USA_RESIDENT}" >> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
.if defined(BOOT_CONFIG)
|
||||
echo "export BOOT_CONFIG=\"${BOOT_CONFIG}\"">> ${CHROOTDIR}/mk
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue