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
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SUBDIR= media packages
|
|
|
|
FILESDIR= ${SHAREDIR}/bsdconfig
|
|
FILES= common.subr device.subr dialog.subr geom.subr keymap.subr \
|
|
mustberoot.subr script.subr strings.subr struct.subr \
|
|
sysrc.subr variable.subr
|
|
|
|
.include <bsd.prog.mk>
|