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