aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fxp
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/fxp
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
Use a consistent style and one much closer to the rest of /usr/src
Notes
svn path=/head/; revision=70711
Diffstat (limited to 'sys/modules/fxp')
-rw-r--r--sys/modules/fxp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile
index e59179d95422..cb2b4671eb62 100644
--- a/sys/modules/fxp/Makefile
+++ b/sys/modules/fxp/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../pci
-KMOD = if_fxp
-SRCS = if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
+.PATH: ${.CURDIR}/../../pci
+
+KMOD= if_fxp
+SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>