Use /etc/make.conf and /etc/src.conf.

This commit is contained in:
Tom Alexander 2023-09-04 11:03:13 -04:00
parent 6be5ad6b3d
commit e7328f2865
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 2 additions and 0 deletions

View File

@ -35,7 +35,9 @@ KERNEL="GENERIC-NODEBUG"
## Set to specify a custom make.conf and/or src.conf
#MAKE_CONF="/etc/local/make.conf"
MAKE_CONF="/etc/make.conf"
#SRC_CONF="/etc/local/src.conf"
SRC_CONF="/etc/src.conf"
## Set to use make(1) flags.
#MAKE_FLAGS="-s"