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
14 lines
173 B
Makefile
14 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SUBDIR= include
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/050.diskmgmt
|
|
FILES= INDEX USAGE
|
|
|
|
SCRIPTSDIR= ${FILESDIR}
|
|
SCRIPTS= diskmgmt
|
|
|
|
.include <bsd.prog.mk>
|