xref: /netbsd/sys/dev/apm/Makefile (revision c4a72b64)
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