Home | History | Annotate | Line # | Download | only in cac_pci
      1 #	$NetBSD: Makefile,v 1.1 2016/09/27 03:53:07 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/pci
      6 
      7 KMOD=	cac_pci
      8 IOCONF=	cac_pci.ioconf
      9 
     10 SRCS+=	cac_pci.c
     11 
     12 .include <bsd.kmodule.mk>
     13