xref: /netbsd-src/sys/dev/dmover/Makefile (revision 0635de35a3d8588c9acd35a26c60791518924b5b)
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