xref: /netbsd-src/sys/dev/ata/Makefile (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1#	$NetBSD: Makefile,v 1.6 2005/12/11 12:21:14 christos Exp $
2
3INCSDIR= /usr/include/dev/ata
4
5# Only install includes which are used by userland
6INCS=	atareg.h atavar.h satareg.h
7
8.include <bsd.kinc.mk>
9