NetBSD/external/public-domain/Makefile
apb 2c9001de40 Hook external/public-domain/tz into the build, and unhook share/zoneinfo.
The timezone files are still installed in ${DESTDIR}/usr/share/zoneinfo/**,
and they are identical before and after this change.

This is almost the last step in moving NetBSD's tzdata sources from
share/zoneinfo to external/public/tz/dist, to ease future maintenance.
All that remains is to delete src/share/zoneinfo, but that will be
delayed for a while.
2014-08-08 09:34:10 +00:00

8 lines
128 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/08/08 09:34:10 apb Exp $
.include <bsd.own.mk>
SUBDIR+= sqlite tz xz
.include <bsd.subdir.mk>