mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
b379932fc0
Submitted by: sjg@juniper.net
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
# $Id: unexport-env,v 1.1.1.1 2009/11/19 00:31:11 sjg 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
|