Build sn as a module
This commit is contained in:
parent
4fc4ea58bf
commit
ff4a0a7cfe
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 New Issue
Block a user