1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../../dev/syscons/apm
4
5KMOD=	apm_saver
6SRCS= 	apm_saver.c
7
8.include <bsd.kmod.mk>
9