f8de6f8358
Build all of sys/modules with SUBDIR_PARALLEL.
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL= yes
|