1 # $NetBSD: Makefile,v 1.6.12.2 2001/10/26 17:03:21 jhawk 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 INCS= if_devar.h if_levar.h if_lmcioctl.h if_lmcvar.h if_lmc_types.h \ 8 if_tlregs.h ncrreg.h pcidevs.h pcidevs_data.h \ 9 pciidereg.h pciidevar.h pcireg.h pcivar.h ppbreg.h tgareg.h \ 10 tgavar.h vga_pcivar.h 11 12 .include <bsd.kinc.mk> 13