xref: /netbsd-src/usr.bin/make/unit-tests/unexport.mk (revision b83ebeba7f767758d2778bb0f9d7a76534253621)
1# $Id: unexport.mk,v 1.1 2014/08/21 13:44:52 apb 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