Changeset View
Changeset View
Standalone View
Standalone View
head/usr.sbin/Makefile
| Show First 20 Lines • Show All 107 Lines • ▼ Show 20 Lines | |||||
| SUBDIR.${MK_AUDIT}+= auditd | SUBDIR.${MK_AUDIT}+= auditd | ||||
| .if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
| SUBDIR.${MK_AUDIT}+= auditdistd | SUBDIR.${MK_AUDIT}+= auditdistd | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_AUDIT}+= auditreduce | SUBDIR.${MK_AUDIT}+= auditreduce | ||||
| SUBDIR.${MK_AUDIT}+= praudit | SUBDIR.${MK_AUDIT}+= praudit | ||||
| SUBDIR.${MK_AUTHPF}+= authpf | SUBDIR.${MK_AUTHPF}+= authpf | ||||
| SUBDIR.${MK_AUTOFS}+= autofs | SUBDIR.${MK_AUTOFS}+= autofs | ||||
| .if ${MK_BLACKLIST_SUPPORT} != "no" | |||||
| SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistctl | |||||
| SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistd | |||||
| .endif | |||||
| SUBDIR.${MK_BLUETOOTH}+= bluetooth | SUBDIR.${MK_BLUETOOTH}+= bluetooth | ||||
| SUBDIR.${MK_BOOTPARAMD}+= bootparamd | SUBDIR.${MK_BOOTPARAMD}+= bootparamd | ||||
| SUBDIR.${MK_BSDINSTALL}+= bsdinstall | SUBDIR.${MK_BSDINSTALL}+= bsdinstall | ||||
| SUBDIR.${MK_BSNMP}+= bsnmpd | SUBDIR.${MK_BSNMP}+= bsnmpd | ||||
| SUBDIR.${MK_CTM}+= ctm | SUBDIR.${MK_CTM}+= ctm | ||||
| SUBDIR.${MK_FLOPPY}+= fdcontrol | SUBDIR.${MK_FLOPPY}+= fdcontrol | ||||
| SUBDIR.${MK_FLOPPY}+= fdformat | SUBDIR.${MK_FLOPPY}+= fdformat | ||||
| SUBDIR.${MK_FLOPPY}+= fdread | SUBDIR.${MK_FLOPPY}+= fdread | ||||
| ▲ Show 20 Lines • Show All 94 Lines • Show Last 20 Lines | |||||