e61e798b8c
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
9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
USEOPTIONSMK= yes
|
|
INOPTIONSMK= yes
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.undef INOPTIONSMK
|