mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $Id: unexport.mk,v 1.1 2014/08/21 13:44:52 apb Exp $
|
|
|
|
# pick up a bunch of exported vars
|
|
.include "export.mk"
|
|
|
|
.unexport UT_ZOO UT_FOO
|
|
|
|
UT_TEST = unexport
|