2001-10-24 16:53:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-10-28 04:39:02 +00:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
.PATH: ${.CURDIR}/../../pc98/apm
|
|
|
|
.else
|
2001-10-24 16:53:54 +00:00
|
|
|
.PATH: ${.CURDIR}/../../i386/apm
|
2001-10-28 04:39:02 +00:00
|
|
|
.endif
|
2001-10-24 16:53:54 +00:00
|
|
|
|
|
|
|
KMOD= apm
|
|
|
|
SRCS= apm.c apm.h \
|
|
|
|
device_if.h bus_if.h
|
|
|
|
|
2002-01-11 01:16:00 +00:00
|
|
|
EXPORT_SYMS= apm_display \
|
|
|
|
apm_softc
|
|
|
|
|
2001-10-24 16:53:54 +00:00
|
|
|
.include <bsd.kmod.mk>
|