diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-29 15:53:48 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-29 15:53:48 +0000 |
| commit | 7aa0fb6181b8f520c0dde548eb7f0e03cdf3ae13 (patch) | |
| tree | 803aea25ff7939c67b5c3151d091e2e37204063d /gnu/usr.bin | |
| parent | 9cc87ca23d9ccae814bea514aa4bdc791f2d6e46 (diff) | |
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/Makefile.inc | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/tests/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/tests/Makefile.depend | 10 |
4 files changed, 24 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile new file mode 100644 index 000000000000..29304ed5f73f --- /dev/null +++ b/gnu/usr.bin/Makefile @@ -0,0 +1,7 @@ +.include <src.opts.mk> + +SUBDIR.${MK_TESTS}+= tests + +SUBDIR_PARALLEL= + +.include <bsd.subdir.mk> diff --git a/gnu/usr.bin/Makefile.inc b/gnu/usr.bin/Makefile.inc new file mode 100644 index 000000000000..b87015c546ca --- /dev/null +++ b/gnu/usr.bin/Makefile.inc @@ -0,0 +1,3 @@ +BINDIR?= /usr/bin + +.include "../Makefile.inc" diff --git a/gnu/usr.bin/tests/Makefile b/gnu/usr.bin/tests/Makefile new file mode 100644 index 000000000000..29b1b564beca --- /dev/null +++ b/gnu/usr.bin/tests/Makefile @@ -0,0 +1,4 @@ +.PATH: ${SRCTOP}/tests +KYUAFILE= yes + +.include <bsd.test.mk> diff --git a/gnu/usr.bin/tests/Makefile.depend b/gnu/usr.bin/tests/Makefile.depend new file mode 100644 index 000000000000..11aba52f82cf --- /dev/null +++ b/gnu/usr.bin/tests/Makefile.depend @@ -0,0 +1,10 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |
