xref: /freebsd/contrib/bmake/unit-tests/directive-export-env.mk (revision 6caae81d93e2a14fa42cb831506c3a60c25d9791)
1# $NetBSD: directive-export-env.mk,v 1.4 2020/12/13 01:07:54 rillig Exp $
2#
3# Tests for the .export-env directive.
4
5# TODO: Implementation
6
7.export-env
8
9all:
10	@:;
11