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
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${SHAREDIR}/examples/bsdconfig
|
|
FILES= add_some_packages.sh browse_packages_http.sh bsdconfigrc
|
|
|
|
.include <bsd.prog.mk>
|