1 # $NetBSD: Makefile,v 1.5 1999/06/20 18:07:18 pk 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_fxpvar.h if_levar.h if_tlregs.h ncrreg.h \ 8 pcidevs.h pcidevs_data.h pciidereg.h pciidevar.h pcireg.h pcivar.h \ 9 ppbreg.h tgareg.h tgavar.h vga_pcivar.h if_lmcvar.h if_lmc_types.h \ 10 if_lmcioctl.h 11 12 .include <bsd.kinc.mk> 13