Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/Makefile
| Show First 20 Lines • Show All 280 Lines • ▼ Show 20 Lines | |||||
| .if ${MK_NTP} != "no" | .if ${MK_NTP} != "no" | ||||
| CONFGROUPS+= NTP | CONFGROUPS+= NTP | ||||
| NTP+= ntpd \ | NTP+= ntpd \ | ||||
| ntpdate | ntpdate | ||||
| NTPPACKAGE= ntp | NTPPACKAGE= ntp | ||||
| .endif | .endif | ||||
| .if ${MK_OFED} != "no" | .if ${MK_OFED_EXTRA} != "no" | ||||
| _opensm= opensm | _opensm= opensm | ||||
| .endif | .endif | ||||
| .if ${MK_OPENSSL} != "no" | .if ${MK_OPENSSL} != "no" | ||||
| CONFS+= keyserv | CONFS+= keyserv | ||||
| .if ${MK_OPENSSL_KTLS} != "no" | .if ${MK_OPENSSL_KTLS} != "no" | ||||
| CONFS+= tlsclntd \ | CONFS+= tlsclntd \ | ||||
| tlsservd | tlsservd | ||||
| ▲ Show 20 Lines • Show All 68 Lines • Show Last 20 Lines | |||||