112f0d77d1
on all major Linux distributions as well as NetBSD and OpenBSD. Remove the undocumented ZONEINFO_OLD_TIMEZONES_SUPPORT and the deprecated OLDTIMEZONES knobs as they are now the default. Reviewed by: ngie, rgrimes MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24306
19 lines
272 B
Makefile
19 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${SRCTOP}/contrib/tzdata
|
|
|
|
PACKAGE= tests
|
|
|
|
FILESGROUPS+= TESTFILES
|
|
|
|
ATF_TESTS_SH+= backward_test
|
|
TESTFILES+= backward
|
|
|
|
TESTFILES+= zoneinfo_common.sh
|
|
TESTFILESPACKAGE= ${PACKAGE}
|
|
TESTFILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|