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
149 B
Makefile
9 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${SHAREDIR}/bsdconfig/usermgmt
|
|
FILES= group.subr group_input.subr user.subr user_input.subr
|
|
|
|
.include <bsd.prog.mk>
|