mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
64bd42622a
Sponsored by: EMC / Isilon Storage Division MFC after: 3 weeks
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL= yes
|