1 # $FreeBSD: releng/6.3/sys/modules/an/Makefile 155500 2006-02-10 00:38:08Z yar $
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" > opt_inet.h
13 .endif
14
15 .include <bsd.kmod.mk>
Cache object: edd33dc44115c7705191412477cf933d
|