xref: /freebsd/contrib/bmake/unit-tests/directive-dinclude.mk (revision cfd6422a5217410fbd66f7a7a8a64d9d85e61229)
1# $NetBSD: directive-dinclude.mk,v 1.1 2020/09/13 09:20:23 rillig Exp $
2#
3# Tests for the .dinclude directive, which includes another file,
4# typically named .depend.
5
6# TODO: Implementation
7
8all:
9	@:;
10