summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/directive-sinclude.mk
blob: 1932e7b3ba135bfb8c0369ad69c7f612af4ab633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: directive-sinclude.mk,v 1.2 2020/11/15 20:20:58 rillig Exp $
#
# Tests for the .sinclude directive, which includes another file,
# silently skipping it if it cannot be opened.
#
# The 'silently skipping' only applies to the case where the file cannot be
# opened.  Parse errors and other errors are handled the same way as in the
# other .include directives.

# TODO: Implementation

all:
	@:;