freebsd-dev/share/zoneinfo/tests/Makefile
Xin LI f5b7695d2d Always install backward compatibility timezones, as they are installed
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
2020-04-09 05:11:18 +00:00

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>