blob: 10d03aee44fc6adee6bdd56c461527e7212beb04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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>
|