Changeset View
Changeset View
Standalone View
Standalone View
head/Mk/bsd.options.mk
| Show First 20 Lines • Show All 417 Lines • ▼ Show 20 Lines | |||||
| .endif | .endif | ||||
| .if empty(PORT_OPTIONS:MEXAMPLES) | .if empty(PORT_OPTIONS:MEXAMPLES) | ||||
| PLIST_SUB+= PORTEXAMPLES="@comment " | PLIST_SUB+= PORTEXAMPLES="@comment " | ||||
| .else | .else | ||||
| PLIST_SUB+= PORTEXAMPLES="" | PLIST_SUB+= PORTEXAMPLES="" | ||||
| .endif | .endif | ||||
| .if ${PORT_OPTIONS:MDEBUG} | |||||
| WITH_DEBUG= yes | |||||
| .endif | |||||
| .if defined(NO_OPTIONS_SORT) | .if defined(NO_OPTIONS_SORT) | ||||
| ALL_OPTIONS= ${OPTIONS_DEFINE} | ALL_OPTIONS= ${OPTIONS_DEFINE} | ||||
| .endif | .endif | ||||
| .for target in ${_OPTIONS_TARGETS:C/:.*//:u} | .for target in ${_OPTIONS_TARGETS:C/:.*//:u} | ||||
| _OPTIONS_${target}?= | _OPTIONS_${target}?= | ||||
| .endfor | .endfor | ||||
| ▲ Show 20 Lines • Show All 165 Lines • Show Last 20 Lines | |||||