Home | History | Annotate | Line # | Download | only in pci
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2001/09/13 21:52:30 thorpej Exp $
      2 
      3 # use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
      4 
      5 INCSDIR= /usr/include/dev/pci
      6 
      7 # Only install includes which are used by userland
      8 INCS=	if_lmc_types.h if_lmcioctl.h mlyio.h mlyreg.h \
      9 	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
     10 	tgareg.h
     11 
     12 .include <bsd.kinc.mk>
     13