fixed to support pc98

This commit is contained in:
nyan 2001-10-28 04:39:02 +00:00
parent 78818ca5e4
commit 2434013c25

View File

@ -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 \