2000-01-14 18:46:05 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2001-01-06 09:00:42 -05: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 13:59:04 -05:00
|
|
|
SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
2004-05-25 20:53:10 -04:00
|
|
|
SRCS+= pccarddevs.h
|
2000-01-14 18:46:05 -05:00
|
|
|
|
2005-10-14 19:30:17 -04:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2000-01-14 18:46:05 -05:00
|
|
|
opt_inet.h:
|
2008-09-01 19:59:00 -04:00
|
|
|
echo "#define INET 1" > ${.TARGET}
|
2005-10-14 19:30:17 -04:00
|
|
|
.endif
|
2000-01-14 18:46:05 -05:00
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|