aboutsummaryrefslogtreecommitdiff
path: root/lib/atf/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/atf/Makefile.inc')
-rw-r--r--lib/atf/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/atf/Makefile.inc b/lib/atf/Makefile.inc
index c776c2f8f84e..bebed0280596 100644
--- a/lib/atf/Makefile.inc
+++ b/lib/atf/Makefile.inc
@@ -24,9 +24,8 @@
# SUCH DAMAGE.
#
+PACKAGE= atf
+LIB_PACKAGE=
CFLAGS+= -DHAVE_CONFIG_H
WARNS?= 3
-
-# Permit use of auto_ptr for compilers defaulting to C++17 or later
-CXXSTD= c++11