xref: /netbsd-src/sys/dev/raidframe/Makefile (revision 93bf6008f8b7982c1d1a9486e4a4a0e687fe36eb)
1# $NetBSD: Makefile,v 1.1 2001/10/04 16:04:16 oster Exp $
2
3INCSDIR= /usr/include/dev/raidframe
4
5# We only need a couple of the .h files:
6INCS=    raidframevar.h raidframeio.h
7
8.include <bsd.kinc.mk>
9