mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ipw
|
|
|
|
KMOD = if_ipw
|
|
SRCS = if_ipw.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|