Home | History | Annotate | Line # | Download | only in if_rum
      1 # $NetBSD: Makefile,v 1.3 2019/02/17 04:05:52 rin Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/usb
      6 
      7 KMOD=	if_rum
      8 IOCONF=	if_rum.ioconf
      9 SRCS=	if_rum.c
     10 
     11 WARNS=	3
     12 
     13 .include <bsd.kmodule.mk>
     14