mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
13 lines
164 B
Makefile
13 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/bios
|
|
|
|
KMOD= apm
|
|
SRCS= apm.c apm.h \
|
|
device_if.h bus_if.h
|
|
|
|
EXPORT_SYMS= apm_display \
|
|
apm_softc
|
|
|
|
.include <bsd.kmod.mk>
|