mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add src-env.conf to environment
This commit is contained in:
parent
de0e913069
commit
b906e9c27b
@ -160,6 +160,7 @@ esac
|
||||
|
||||
# Leave this alone.
|
||||
export SRC_CONF=${SRC_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_src.conf"}
|
||||
export SRC_ENV_CONF=${SRC_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_src-env.conf"}
|
||||
export MAKE_CONF=${MAKE_CONF:-"${FREEBSD_SRC_DIR}/release/conf/${PRODUCT_NAME}_make.conf"}
|
||||
|
||||
# Extra tools to be added to ITOOLS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user