mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
fixed to support pc98
This commit is contained in:
parent
f4d25d1d62
commit
8816d1d500
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85621
@ -1,6 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/apm
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../i386/apm
|
||||
.endif
|
||||
|
||||
KMOD= apm
|
||||
SRCS= apm.c apm.h \
|
||||
|
Loading…
Reference in New Issue
Block a user