Home | History | Annotate | Line # | Download | only in uatp
Makefile revision 1.1
      1  1.1  riastrad # $NetBSD: Makefile,v 1.1 2012/08/04 04:37:26 riastradh Exp $
      2  1.1  riastrad 
      3  1.1  riastrad .include "../Makefile.inc"
      4  1.1  riastrad 
      5  1.1  riastrad .PATH:	${S}/dev/usb
      6  1.1  riastrad 
      7  1.1  riastrad KMOD=	uatp
      8  1.1  riastrad IOCONF=	uatp.ioconf
      9  1.1  riastrad SRCS=	uatp.c
     10  1.1  riastrad 
     11  1.1  riastrad WARNS=	4
     12  1.1  riastrad 
     13  1.1  riastrad .include <bsd.kmodule.mk>
     14