mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
47 lines
913 B
Makefile
47 lines
913 B
Makefile
# $FreeBSD$
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
DIRDEPS = \
|
|
libexec/atf/atf-check \
|
|
libexec/atf/atf-sh \
|
|
libexec/atrun \
|
|
libexec/bootpd \
|
|
libexec/bootpd/bootpgw \
|
|
libexec/bootpd/tools/bootpef \
|
|
libexec/bootpd/tools/bootptest \
|
|
libexec/casper/dns \
|
|
libexec/casper/grp \
|
|
libexec/casper/pwd \
|
|
libexec/casper/random \
|
|
libexec/casper/sysctl \
|
|
libexec/comsat \
|
|
libexec/fingerd \
|
|
libexec/ftpd \
|
|
libexec/getty \
|
|
libexec/hyperv \
|
|
libexec/mail.local \
|
|
libexec/mknetid \
|
|
libexec/pppoed \
|
|
libexec/rbootd \
|
|
libexec/revnetgroup \
|
|
libexec/rlogind \
|
|
libexec/rpc.rquotad \
|
|
libexec/rpc.rstatd \
|
|
libexec/rpc.rusersd \
|
|
libexec/rpc.rwalld \
|
|
libexec/rpc.sprayd \
|
|
libexec/rshd \
|
|
libexec/rtld-elf \
|
|
libexec/save-entropy \
|
|
libexec/smrsh \
|
|
libexec/talkd \
|
|
libexec/tcpd \
|
|
libexec/telnetd \
|
|
libexec/tftp-proxy \
|
|
libexec/tftpd \
|
|
libexec/ulog-helper \
|
|
libexec/ypxfr \
|
|
|
|
|
|
.include <dirdeps.mk>
|