Deleted Added
full compact
Makefile (68419) Makefile (70711)
1# $FreeBSD: head/sys/modules/vx/Makefile 68419 2000-11-07 01:03:23Z wpaul $
1# $FreeBSD: head/sys/modules/vx/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/vx
4KMOD = if_vx
5SRCS = if_vx.c if_vx_pci.c
3.PATH: ${.CURDIR}/../../dev/vx
4
5KMOD= if_vx
6SRCS= if_vx.c if_vx_pci.c
6.if ${MACHINE_ARCH} == "i386"
7.if ${MACHINE_ARCH} == "i386"
7SRCS += if_vx_eisa.c
8SRCS+= if_vx_eisa.c
8.endif
9.endif
9SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h
10SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h
10
11.include <bsd.kmod.mk>
11
12.include <bsd.kmod.mk>