Build sn as a module

This commit is contained in:
Warner Losh 2000-06-18 04:43:29 +00:00
parent ee9fc94ca5
commit bd1c6cf298
1 changed files with 7 additions and 0 deletions

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>