aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-05-04 18:58:39 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-05-04 18:58:39 +0000
commite5e345a4b0aa9ac50ed23f90851fc5c68e94e0fd (patch)
tree375d8ba617543d0e3bea88a2138f6cc676137379 /targets
parentcb46f47c7969b619d1b2547d06a75ad5b375eda9 (diff)
downloadsrc-e5e345a4b0aa9ac50ed23f90851fc5c68e94e0fd.tar.gz
src-e5e345a4b0aa9ac50ed23f90851fc5c68e94e0fd.zip
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.
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/host-tools/Makefile.depend.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/host-tools/Makefile.depend.host b/targets/pseudo/host-tools/Makefile.depend.host
index 39324fc6d49d..7ec04928d055 100644
--- a/targets/pseudo/host-tools/Makefile.depend.host
+++ b/targets/pseudo/host-tools/Makefile.depend.host
@@ -1,4 +1,5 @@
DIRDEPS= \
+ sbin/md5 \
usr.bin/awk \
usr.bin/cap_mkdb \
usr.bin/file2c \
@@ -12,6 +13,5 @@ DIRDEPS= \
usr.sbin/makefs \
usr.sbin/nmtree \
-
.include <dirdeps.mk>