fixed to support pc98
This commit is contained in:
parent
78818ca5e4
commit
2434013c25
@ -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