diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-01-23 03:14:48 +0000 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-01-23 03:14:48 +0000 |
commit | 797a92431bdb3c65bd298fc5e0ca549b92425673 (patch) | |
tree | ff320182145a9016cbda5c499efc2c216ec1b327 /share/mk | |
parent | 854854091c98db93f135751c84acccc72fca1350 (diff) | |
download | FreeBSD-src-797a92431bdb3c65bd298fc5e0ca549b92425673.zip FreeBSD-src-797a92431bdb3c65bd298fc5e0ca549b92425673.tar.gz |
Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
PR: conf/185326
Reported by: Igor Mozolevsky <igor@hybrid-lab.co.uk>
Approved by: hrs (mentor)
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 6aaf320..944de01 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -251,7 +251,6 @@ __DEFAULT_YES_OPTIONS = \ ARM_EABI \ ASSERT_DEBUG \ AT \ - ATF \ ATM \ AUDIT \ AUTHPF \ |