10 lines
225 B
Makefile
10 lines
225 B
Makefile
# $NetBSD: varmod-shell.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for the :sh variable modifier, which runs the shell command
|
|
# given by the variable value and returns its output.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|