2c9001de40
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.
8 lines
128 B
Makefile
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>
|