Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2001/04/11 07:42:37 jdolecek Exp $
2
3# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
4
5INCSDIR= /usr/include/dev/pci
6
7# Only install includes which are used by userland
8INCS=	if_lmc_types.h if_lmcioctl.h tgareg.h
9
10.include <bsd.kinc.mk>
11