xref: /netbsd-src/sys/dev/apm/Makefile (revision aceb213538ec08a74028e213127af18aa17bf1cf)
1#	$NetBSD: Makefile,v 1.1 2002/10/14 02:08:40 takemura Exp $
2
3INCSDIR= /usr/include/dev/apm
4
5# Only install includes which are used by userland
6INCS=	apmbios.h apmio.h
7
8.include <bsd.kinc.mk>
9