2003-09-25 22:05:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2003/09/25 18:05:53 thorpej Exp $
|
1998-06-16 22:36:03 +04:00
|
|
|
|
|
|
|
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
|
1995-06-18 05:07:04 +04:00
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
INCSDIR= /usr/include/dev/pci
|
1995-06-18 05:07:04 +04:00
|
|
|
|
2001-04-11 11:42:31 +04:00
|
|
|
# Only install includes which are used by userland
|
2001-09-14 01:52:30 +04:00
|
|
|
INCS= if_lmc_types.h if_lmcioctl.h mlyio.h mlyreg.h \
|
|
|
|
pcidevs.h pcidevs_data.h pciio.h pcireg.h \
|
2003-09-25 22:05:53 +04:00
|
|
|
tgareg.h twereg.h tweio.h
|
1998-06-13 03:22:30 +04:00
|
|
|
|
|
|
|
.include <bsd.kinc.mk>
|