14 lines
202 B
Makefile
14 lines
202 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2019/09/17 04:38:08 mrg Exp $
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
.PATH: ${S}/dev/usb
|
||
|
|
||
|
KMOD= if_upl
|
||
|
IOCONF= if_upl.ioconf
|
||
|
SRCS= if_upl.c
|
||
|
|
||
|
CPPFLAGS+= -DINET
|
||
|
|
||
|
.include <bsd.kmodule.mk>
|