summaryrefslogtreecommitdiff
path: root/sys/modules/vx
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/vx
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
Notes
Diffstat (limited to 'sys/modules/vx')
-rw-r--r--sys/modules/vx/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/vx/Makefile b/sys/modules/vx/Makefile
index c033c6cda40d..53a8472f9bd7 100644
--- a/sys/modules/vx/Makefile
+++ b/sys/modules/vx/Makefile
@@ -1,11 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/vx
-KMOD = if_vx
-SRCS = if_vx.c if_vx_pci.c
+.PATH: ${.CURDIR}/../../dev/vx
+
+KMOD= if_vx
+SRCS= if_vx.c if_vx_pci.c
.if ${MACHINE_ARCH} == "i386"
-SRCS += if_vx_eisa.c
+SRCS+= if_vx_eisa.c
.endif
-SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>