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