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