Deleted Added
full compact
Makefile (60966) Makefile (70711)
1# $FreeBSD: head/sys/modules/an/Makefile 60966 2000-05-27 01:14:33Z peter $
1# $FreeBSD: head/sys/modules/an/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/an
4KMOD = if_an
5SRCS = if_an.c if_an_pccard.c if_an_pci.c if_an_isa.c
6SRCS += opt_inet.h device_if.h bus_if.h pci_if.h isa_if.h
3.PATH: ${.CURDIR}/../../dev/an
7
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
8
8opt_inet.h:
9 echo "#define INET 1" > opt_inet.h
10
11.include <bsd.kmod.mk>
9opt_inet.h:
10 echo "#define INET 1" > opt_inet.h
11
12.include <bsd.kmod.mk>