mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
OPTIONS resolving. This will allow us to load bsd.port.mk in port Makefiles in three steps (options, pre, post), allowing us to manipulate USE_* flags conditionally on OPTIONS values. With hat: portmgr Reviewed by: ru MFC after: 1 week
8 lines
92 B
Makefile
8 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
USEOPTIONSMK= yes
|
|
INOPTIONSMK= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.undef INOPTIONSMK
|