Build sn as a module

This commit is contained in:
Warner Losh 2000-06-18 04:43:29 +00:00
parent ee9fc94ca5
commit bd1c6cf298
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61767

7
sys/modules/sn/Makefile Normal file
View 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>