xref: /minix3/usr.bin/make/unit-tests/unexport.mk (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc# $Id: unexport.mk,v 1.1 2014/08/21 13:44:52 apb Exp $
2*0a6a1f1dSLionel Sambuc
3*0a6a1f1dSLionel Sambuc# pick up a bunch of exported vars
4*0a6a1f1dSLionel Sambuc.include "export.mk"
5*0a6a1f1dSLionel Sambuc
6*0a6a1f1dSLionel Sambuc.unexport UT_ZOO UT_FOO
7*0a6a1f1dSLionel Sambuc
8*0a6a1f1dSLionel SambucUT_TEST = unexport
9