mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|