9cdb1c70e5
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki, arranged by me.
14 lines
196 B
Makefile
14 lines
196 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/05/30 14:30:35 nonaka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/usb
|
|
|
|
KMOD= if_run
|
|
IOCONF= if_run.ioconf
|
|
SRCS= if_run.c
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.kmodule.mk>
|