]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/snc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 .if !defined(KERNBUILDDIR)
10 opt_inet.h:
11         echo "#define INET 1" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>