aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-05-03 19:20:02 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-05-03 19:20:02 +0000
commit9f27341c336aa12f6c7163c17e646e76c813b689 (patch)
tree2f5ebf40553584be24c50a54cfda50ab80a0f697 /targets
parent04ede3675e44847c3e9e4a9bd44509cdf42ed60a (diff)
downloadsrc-9f27341c336aa12f6c7163c17e646e76c813b689.tar.gz
src-9f27341c336aa12f6c7163c17e646e76c813b689.zip
local.meta.sys.mk set BOOTSTRAPPING
When building for host on non-FreeBSD some makefiles want to see BOOTSTRAPPING defined. With this libmd and hence nmtree build ok
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/host-tools/Makefile.depend.host14
1 files changed, 3 insertions, 11 deletions
diff --git a/targets/pseudo/host-tools/Makefile.depend.host b/targets/pseudo/host-tools/Makefile.depend.host
index a4525705b64b..39324fc6d49d 100644
--- a/targets/pseudo/host-tools/Makefile.depend.host
+++ b/targets/pseudo/host-tools/Makefile.depend.host
@@ -4,21 +4,13 @@ DIRDEPS= \
usr.bin/file2c \
usr.bin/lex \
usr.bin/mkdep \
+ usr.bin/mkimg \
usr.bin/rpcgen \
usr.bin/sed \
- usr.bin/xargs \
- usr.bin/yacc \
- usr.bin/mkimg \
usr.bin/tar \
+ usr.bin/yacc \
usr.sbin/makefs \
-
-# these need work
-xDIRDEPS+= \
- bin/dd \
- bin/sh \
- usr.bin/lockf \
- usr.bin/stat \
- usr.sbin/mtree \
+ usr.sbin/nmtree \
.include <dirdeps.mk>