summaryrefslogtreecommitdiffstats
path: root/sys/modules/mlx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mlx/Makefile')
-rw-r--r--sys/modules/mlx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile
index aaae0f6..ba0951a 100644
--- a/sys/modules/mlx/Makefile
+++ b/sys/modules/mlx/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/mlx
-KMOD = mlx
-SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
+.PATH: ${.CURDIR}/../../dev/mlx
+
+KMOD= mlx
+SRCS= mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud