blob: f07a883fb06a7ff4ded95e8a8181fc5ac51c772e (
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_aue
IOCONF= if_aue.ioconf
SRCS= if_aue.c
CPPFLAGS+= -DINET
.include <bsd.kmodule.mk>
|