xref: /freebsd/contrib/bmake/unit-tests/unexport.mk (revision 7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c)
1# $Id: unexport.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
2
3# pick up a bunch of exported vars
4.include "export.mk"
5
6.unexport UT_ZOO UT_FOO
7
8UT_TEST = unexport
9