1# $NetBSD: directive-sinclude.mk,v 1.2 2020/11/15 20:20:58 rillig Exp $ 2# 3# Tests for the .sinclude directive, which includes another file, 4# silently skipping it if it cannot be opened. 5# 6# The 'silently skipping' only applies to the case where the file cannot be 7# opened. Parse errors and other errors are handled the same way as in the 8# other .include directives. 9 10# TODO: Implementation 11 12all: 13 @:; 14