blob: fc54a60116300ba263ad4a0b8c26ee6d145dd076 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.22 2003/10/13 08:29:48 dyoung Exp $
INCSDIR= /usr/include/dev/ic
# Only install includes which are used by userland
INCS= athioctl.h bt8xx.h icpreg.h icp_ioctl.h isp_ioctl.h mlxreg.h mlxio.h \
rrunnerreg.h rrunnervar.h wdcreg.h wi_ieee.h
.include <bsd.kinc.mk>
|