7431dfd458
Makefile's, fixing concurrent installworld (`make -j17 installworld'). Thanks to: delphij, emaste Reviewed by: delphij MFC after: 3 days X-MFC-to: stable/10, stable/9
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${SHAREDIR}/bsdconfig/timezone
|
|
FILES= continents.subr countries.subr iso3166.subr menus.subr \
|
|
zones.subr
|
|
|
|
.include <bsd.prog.mk>
|