aboutsummaryrefslogblamecommitdiff
path: root/contrib/bmake/unit-tests/var-op-append.mk
blob: b75880f95838d56c9a727c0d1af195ddc1a279cf (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                             
# $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:
	@:;