freebsd-dev/sys/modules/sn/Makefile

10 lines
178 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 pccarddevs.h
2000-06-18 04:43:29 +00:00
.include <bsd.kmod.mk>