2b375b4edd
I thank all developers and contributors for pc98. Relnotes: yes
13 lines
168 B
Makefile
13 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/bios
|
|
|
|
KMOD= apm
|
|
SRCS= apm.c apm.h
|
|
SRCS+= device_if.h bus_if.h
|
|
|
|
EXPORT_SYMS= apm_display \
|
|
apm_softc
|
|
|
|
.include <bsd.kmod.mk>
|