9 lines
189 B
Makefile
9 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/08/05 23:29:30 soren Exp $
|
|
|
|
INCSDIR= /usr/include/dev/ata
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= atareg.h atavar.h
|
|
|
|
.include <bsd.kinc.mk>
|