]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/an/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>