mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
8 lines
161 B
Makefile
8 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
|