fixed to support pc98

This commit is contained in:
Yoshihiro Takahashi 2001-10-28 04:39:02 +00:00
parent f4d25d1d62
commit 8816d1d500
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85621

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 \