freebsd-src/targets/pseudo/host-tools/Makefile.depend.host
Simon J. Gerraty e5e345a4b0 local.dirdeps.mk skip N_host_libs for non-FreeBSD host
The N_host_libs dance only makes sense if host is FreeBSD.
Even then, if MK_host_egacy is yes we need libmd

libnetbsd does not need libutil when using libegacy

Sponsored by:	Juniper Networks, Inc.
2023-05-04 11:58:39 -07:00

18 lines
251 B
Makefile

DIRDEPS= \
sbin/md5 \
usr.bin/awk \
usr.bin/cap_mkdb \
usr.bin/file2c \
usr.bin/lex \
usr.bin/mkdep \
usr.bin/mkimg \
usr.bin/rpcgen \
usr.bin/sed \
usr.bin/tar \
usr.bin/yacc \
usr.sbin/makefs \
usr.sbin/nmtree \
.include <dirdeps.mk>