xref: /netbsd/sys/dev/dmover/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.2 2002/11/26 23:30:30 lukem Exp $
2
3INCSDIR= /usr/include/dev/dmover
4
5# Only install includes which are used by userland
6INCS=	dmover_io.h
7
8.include <bsd.kinc.mk>
9