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