405790a85a
required by the ICP-Vortex management tools. Many thanks to Achim Leubner at ICP-Vortex for a few bug fixes and for testing.
10 lines
279 B
Makefile
10 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.21 2003/05/13 15:42:33 thorpej Exp $
|
|
|
|
INCSDIR= /usr/include/dev/ic
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= 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>
|