9 lines
168 B
Makefile
9 lines
168 B
Makefile
# $NetBSD: var-class-local.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for target-local variables, such as ${.TARGET} or $@.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|