Changeset View
Changeset View
Standalone View
Standalone View
packages/Makefile
| Show First 20 Lines • Show All 74 Lines • ▼ Show 20 Lines | SUBDIR= blocklist \ | ||||
| xz \ | xz \ | ||||
| zlib \ | zlib \ | ||||
| zstd | zstd | ||||
| .if ${MK_ACCT} != "no" || ${MK_UTMPX} != "no" | .if ${MK_ACCT} != "no" || ${MK_UTMPX} != "no" | ||||
| SUBDIR+= acct | SUBDIR+= acct | ||||
| .endif | .endif | ||||
| .if ${MK_CLANG} != "no" || ${MK_TOOLCHAIN} != "no" | .if ${MK_CLANG} != "no" || ${MK_LLD} != "no" || \ | ||||
| ${MK_LLDB} != "no" || ${MK_LLVM_BINUTILS} != "no" | |||||
| SUBDIR+= clang | SUBDIR+= clang | ||||
| .endif | .endif | ||||
| .if ${MK_AUTHPF} != "no" || ${MK_PF} != "no" | .if ${MK_AUTHPF} != "no" || ${MK_PF} != "no" | ||||
| SUBDIR+= pf | SUBDIR+= pf | ||||
| .endif | .endif | ||||
| # XXX - certctl probably shouldn't depend on caroot. This logic comes from | # XXX - certctl probably shouldn't depend on caroot. This logic comes from | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||