]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/an/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / an / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/an
4
5 KMOD=   if_an
6 SRCS=   if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
7 SRCS+=  opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
8 SRCS+=  pccarddevs.h
9
10 .if !defined(KERNBUILDDIR)
11 opt_inet.h:
12         echo "#define INET 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>