mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
CFLAGS+= -DPC98
|
|
.endif
|
|
|