blob: 757d55780be1569b0d18d69f9a20aec1691c3cde (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $NetBSD: varname-make_print_var_on_error.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the special .MAKE.PRINT_VAR_ON_ERROR variable.
# TODO: Implementation
all:
@:;
|