Re: make_jobs
- In reply to: void : "Re: make_jobs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Nov 2025 02:43:08 UTC
/etc/make.conf:
# --------------------------------------------------------------------------
# Port build stuff
# ~~~~~~~~~~~~~~~~
.if ${.CURDIR} == "/usr/ports" || ${.CURDIR:M/usr/ports/*} != ""
.if exists (/etc/ports.conf)
.include "/etc/ports.conf"
.endif
.endif
# --------------------------------------------------------------------------
...