# $Id: unexport-env,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $

# pick up a bunch of exported vars
.include "export"

# an example of setting up a minimal environment.
PATH = /bin:/usr/bin:/sbin:/usr/sbin

# now clobber the environment to just PATH and UT_TEST
UT_TEST = unexport-env

# this removes everything
.unexport-env
.export PATH UT_TEST
