2005-12-06 14:53:56 +03:00
|
|
|
# $NetBSD: Makefile,v 1.11 2005/12/06 11:53:56 skrll 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
|
2005-12-06 14:53:56 +03:00
|
|
|
INCS= if_lmc.h mlyio.h mlyreg.h \
|
2001-09-14 01:52:30 +04:00
|
|
|
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>
|