Deleted Added
full compact
Makefile (150636) Makefile (211690)
1# $FreeBSD: head/sys/modules/vx/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/modules/vx/Makefile 211690 2010-08-23 06:13:29Z imp $
2
3.PATH: ${.CURDIR}/../../dev/vx
4
5KMOD= if_vx
6SRCS= if_vx.c if_vx_pci.c
2
3.PATH: ${.CURDIR}/../../dev/vx
4
5KMOD= if_vx
6SRCS= if_vx.c if_vx_pci.c
7.if ${MACHINE_ARCH} == "i386"
7.if ${MACHINE_CPUARCH} == "i386"
8SRCS+= if_vx_eisa.c
9.endif
10SRCS+= device_if.h bus_if.h pci_if.h eisa_if.h
11
12.include <bsd.kmod.mk>
8SRCS+= if_vx_eisa.c
9.endif
10SRCS+= device_if.h bus_if.h pci_if.h eisa_if.h
11
12.include <bsd.kmod.mk>