]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/snc/Makefile
Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91
[FreeBSD/FreeBSD.git] / sys / modules / snc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/snc
4
5 KMOD=   if_snc
6 SRCS=   if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
7 SRCS+=  opt_inet.h device_if.h bus_if.h isa_if.h card_if.h pccarddevs.h
8
9 .include <bsd.kmod.mk>