xref: /netbsd/sys/dev/ata/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.4 2002/08/05 23:29:30 soren Exp $
2
3INCSDIR= /usr/include/dev/ata
4
5# Only install includes which are used by userland
6INCS=	atareg.h atavar.h
7
8.include <bsd.kinc.mk>
9