mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01: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
|