freebsd-dev/sys/modules/apm/Makefile
Yoshihiro Takahashi 2b375b4edd Remove pc98 support completely.
I thank all developers and contributors for pc98.

Relnotes:	yes
2017-01-28 02:22:15 +00:00

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>