10 lines
210 B
Makefile
10 lines
210 B
Makefile
|
# $NetBSD: var-op-append.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
||
|
#
|
||
|
# Tests for the += variable assignment operator, which appends to a variable,
|
||
|
# creating it if necessary.
|
||
|
|
||
|
# TODO: Implementation
|
||
|
|
||
|
all:
|
||
|
@:;
|