11 lines
163 B
Makefile
11 lines
163 B
Makefile
# $NetBSD: directive-export-env.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $
|
|
#
|
|
# Tests for the .export-env directive.
|
|
|
|
# TODO: Implementation
|
|
|
|
.export-env
|
|
|
|
all:
|
|
@:;
|