diff options
Diffstat (limited to 'unit-tests/depsrc-notmain.mk')
-rw-r--r-- | unit-tests/depsrc-notmain.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unit-tests/depsrc-notmain.mk b/unit-tests/depsrc-notmain.mk new file mode 100644 index 000000000000..6e4a68c3b70d --- /dev/null +++ b/unit-tests/depsrc-notmain.mk @@ -0,0 +1,8 @@ +# $NetBSD: depsrc-notmain.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $ +# +# Tests for the special source .NOTMAIN in dependency declarations. + +# TODO: Implementation + +all: + @:; |