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
10 lines
187 B
Makefile
10 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILESDIR= ${LIBEXECDIR}/bsdconfig/include
|
|
FILES= bsdconfig.hlp media.hlp messages.subr network_device.hlp \
|
|
options.hlp tcp.hlp usage.hlp
|
|
|
|
.include <bsd.prog.mk>
|