1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/sn/Makefile

10 lines
165 B
Makefile
Raw Normal View History

2000-06-18 04:43:29 +00:00
# $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 \
card_if.h
2000-06-18 04:43:29 +00:00
.include <bsd.kmod.mk>