2000-01-14 23:46:05 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/an
|
|
|
|
|
|
|
|
KMOD= if_an
|
|
|
|
SRCS= if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
|
2001-11-15 18:59:04 +00:00
|
|
|
SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS+= pccarddevs.h
|
2000-01-14 23:46:05 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2000-01-14 23:46:05 +00:00
|
|
|
opt_inet.h:
|
2008-09-01 23:59:00 +00:00
|
|
|
echo "#define INET 1" > ${.TARGET}
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2000-01-14 23:46:05 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|