summaryrefslogtreecommitdiffstats
path: root/sys/modules/apm/Makefile
blob: 6a6e734fab767dbbdfa4cb354bd114c7258978ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.if ${MACHINE} == "pc98"
.PATH: ${.CURDIR}/../../pc98/apm
.else
.PATH: ${.CURDIR}/../../i386/apm
.endif

KMOD=	apm
SRCS=	apm.c apm.h \
	device_if.h bus_if.h

EXPORT_SYMS=	apm_display	\
		apm_softc

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud