10 lines
211 B
Makefile
10 lines
211 B
Makefile
# $NetBSD: var-op-default.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for the ?= variable assignment operator, which only assigns
|
|
# if the variable is still undefined.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|