1# This file is not autogenerated - take care! 2 3.include <src.opts.mk> 4 5DIRDEPS = \ 6 libexec/atf/atf-check \ 7 libexec/atf/atf-sh \ 8 libexec/atrun \ 9 libexec/bootpd \ 10 libexec/bootpd/bootpgw \ 11 libexec/bootpd/tools/bootpef \ 12 libexec/bootpd/tools/bootptest \ 13 libexec/comsat \ 14 libexec/fingerd \ 15 libexec/ftpd \ 16 libexec/getty \ 17 libexec/hyperv \ 18 libexec/mail.local \ 19 libexec/mknetid \ 20 libexec/pppoed \ 21 libexec/rbootd \ 22 libexec/revnetgroup \ 23 libexec/rlogind \ 24 libexec/rpc.rquotad \ 25 libexec/rpc.rstatd \ 26 libexec/rpc.rusersd \ 27 libexec/rpc.rwalld \ 28 libexec/rpc.sprayd \ 29 libexec/rshd \ 30 libexec/rtld-elf \ 31 libexec/save-entropy \ 32 libexec/smrsh \ 33 libexec/talkd \ 34 libexec/tcpd \ 35 libexec/tftp-proxy \ 36 libexec/tftpd \ 37 libexec/ulog-helper \ 38 libexec/ypxfr \ 39 40 41.if ${MK_BLACKLIST_SUPPORT} != "no" 42DIRDEPS+= libexec/blacklistd-helper 43.endif 44 45.if ${MK_DMAGENT} != "no" 46DIRDEPS+= libexec/dma/dma-mbox-create 47DIRDEPS+= libexec/dma/dmagent 48.endif 49 50.if ${MK_MAN_UTILS} != "no" 51DIRDEPS+= libexec/makewhatis.local 52.endif 53 54.include <dirdeps.mk> 55