]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/timezone/share/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / timezone / share / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${SHAREDIR}/bsdconfig/timezone
6 FILES=          continents.subr countries.subr iso3166.subr menus.subr \
7                 zones.subr
8
9 beforeinstall:
10         mkdir -p ${DESTDIR}${FILESDIR}
11
12 .include <bsd.prog.mk>