summaryrefslogtreecommitdiffstats
path: root/sys/modules/vx
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/vx
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
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 c033c6c..53a8472 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>
OpenPOWER on IntegriCloud