Changeset View
Changeset View
Standalone View
Standalone View
libexec/Makefile
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | |||||
| .if ${MK_FTP} != "no" | .if ${MK_FTP} != "no" | ||||
| SUBDIR+= ftpd | SUBDIR+= ftpd | ||||
| .endif | .endif | ||||
| .if ${MK_MAIL} != "no" | .if ${MK_MAIL} != "no" | ||||
| _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 | ||||
| _ypxfr= ypxfr | _ypxfr= ypxfr | ||||
| .endif | .endif | ||||
| .if ${MK_NETGRAPH} != "no" | .if ${MK_NETGRAPH} != "no" | ||||
| _pppoed= pppoed | _pppoed= pppoed | ||||
| Show All 23 Lines | |||||
| .if ${MK_TALK} != "no" | .if ${MK_TALK} != "no" | ||||
| SUBDIR+= talkd | SUBDIR+= talkd | ||||
| .endif | .endif | ||||
| .if ${MK_TCP_WRAPPERS} != "no" | .if ${MK_TCP_WRAPPERS} != "no" | ||||
| 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 | ||||
| .endif | .endif | ||||
| .if ${MK_TESTS} != "no" | .if ${MK_TESTS} != "no" | ||||
| _atf= atf | _atf= atf | ||||
| _tests= tests | _tests= tests | ||||
| .endif | .endif | ||||
| .include <bsd.arch.inc.mk> | .include <bsd.arch.inc.mk> | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||