Deleted Added
full compact
Makefile (151350) Makefile (182668)
1# $FreeBSD: head/sys/modules/an/Makefile 151350 2005-10-14 23:30:17Z yar $
1# $FreeBSD: head/sys/modules/an/Makefile 182668 2008-09-01 23:59:00Z imp $
2
3.PATH: ${.CURDIR}/../../dev/an
4
5KMOD= if_an
6SRCS= if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
7SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
8SRCS+= pccarddevs.h
9
10.if !defined(KERNBUILDDIR)
11opt_inet.h:
2
3.PATH: ${.CURDIR}/../../dev/an
4
5KMOD= if_an
6SRCS= if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
7SRCS+= opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
8SRCS+= pccarddevs.h
9
10.if !defined(KERNBUILDDIR)
11opt_inet.h:
12 echo "#define INET 1" > opt_inet.h
12 echo "#define INET 1" > ${.TARGET}
13.endif
14
15.include <bsd.kmod.mk>
13.endif
14
15.include <bsd.kmod.mk>