mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Build sn as a module
This commit is contained in:
parent
ee9fc94ca5
commit
bd1c6cf298
1 changed files with 7 additions and 0 deletions
7
sys/modules/sn/Makefile
Normal file
7
sys/modules/sn/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/sn
|
||||
KMOD = if_sn
|
||||
SRCS = if_sn.c if_sn_isa.c if_sn_pccard.c device_if.h bus_if.h isa_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue