aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2023-04-27 21:16:49 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2023-04-27 21:16:49 +0000
commit090e9752d7291db0c251a5576892e3bbbaea2479 (patch)
treec0d0dd87798530b8e69300fabed6a994d9c22114 /targets
parente020aa37b85805eb9937f10a50ed5ec34eab35c4 (diff)
downloadsrc-090e9752d7291db0c251a5576892e3bbbaea2479.tar.gz
src-090e9752d7291db0c251a5576892e3bbbaea2479.zip
Additions to targets/pseudo/host-tools
More tools needed to be built for Linux. These are the ones that "just work".
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/host-tools/Makefile.depend.host24
1 files changed, 21 insertions, 3 deletions
diff --git a/targets/pseudo/host-tools/Makefile.depend.host b/targets/pseudo/host-tools/Makefile.depend.host
index 3be07061c202..a4525705b64b 100644
--- a/targets/pseudo/host-tools/Makefile.depend.host
+++ b/targets/pseudo/host-tools/Makefile.depend.host
@@ -1,7 +1,25 @@
DIRDEPS= \
- usr.bin/mkimg \
- usr.bin/tar \
- usr.sbin/makefs \
+ usr.bin/awk \
+ usr.bin/cap_mkdb \
+ usr.bin/file2c \
+ usr.bin/lex \
+ usr.bin/mkdep \
+ usr.bin/rpcgen \
+ usr.bin/sed \
+ usr.bin/xargs \
+ usr.bin/yacc \
+ usr.bin/mkimg \
+ usr.bin/tar \
+ usr.sbin/makefs \
+
+# these need work
+xDIRDEPS+= \
+ bin/dd \
+ bin/sh \
+ usr.bin/lockf \
+ usr.bin/stat \
+ usr.sbin/mtree \
+
.include <dirdeps.mk>