Changeset View
Changeset View
Standalone View
Standalone View
libexec/Makefile
| Context not available. | |||||
| _comsat= comsat | _comsat= comsat | ||||
| .endif | .endif | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| .if ${MK_DMAGENT} != "no" | .if ${MK_DMAGENT} != "no" | ||||
| _dma= dma | _dma= dma | ||||
| .endif | .endif | ||||
| .endif | |||||
| .if ${MK_NIS} != "no" | .if ${MK_NIS} != "no" | ||||
| _mknetid= mknetid | _mknetid= mknetid | ||||
| Context not available. | |||||
| SUBDIR+= tcpd | SUBDIR+= tcpd | ||||
| .endif | .endif | ||||
| .if ${MK_OPENSSL} != "no" | |||||
| .if ${MK_TELNET} != "no" | .if ${MK_TELNET} != "no" | ||||
| _telnetd= telnetd | _telnetd= telnetd | ||||
| .endif | .endif | ||||
| .endif | |||||
| .if ${MK_TFTP} != "no" | .if ${MK_TFTP} != "no" | ||||
| SUBDIR+= tftpd | SUBDIR+= tftpd | ||||
| Context not available. | |||||