10 lines
202 B
Makefile
10 lines
202 B
Makefile
# $NetBSD: directive-dinclude.mk,v 1.1 2020/09/13 09:20:23 rillig Exp $
|
|
#
|
|
# Tests for the .dinclude directive, which includes another file,
|
|
# typically named .depend.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|