1 # $FreeBSD: releng/7.4/sys/modules/an/Makefile 151350 2005-10-14 23:30:17Z 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: b3475ac412ca536fc42d7a7d368f5dc7
|