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