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
29 lines
320 B
Makefile
29 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= console \
|
|
diskmgmt \
|
|
docsinstall \
|
|
dot \
|
|
examples \
|
|
include \
|
|
includes \
|
|
mouse \
|
|
networking \
|
|
packages \
|
|
password \
|
|
security \
|
|
share \
|
|
startup \
|
|
timezone \
|
|
ttys \
|
|
usermgmt
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig
|
|
FILES= USAGE
|
|
|
|
SCRIPTS= bsdconfig
|
|
|
|
MAN= bsdconfig.8
|
|
|
|
.include <bsd.prog.mk>
|