db29cad815
PR: 199486
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $Id: unexport.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
|
|
|
|
# pick up a bunch of exported vars
|
|
.include "export.mk"
|
|
|
|
.unexport UT_ZOO UT_FOO
|
|
|
|
UT_TEST = unexport
|