summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/mlx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile
index ab142b1e0788..274d857f43e2 100644
--- a/sys/modules/mlx/Makefile
+++ b/sys/modules/mlx/Makefile
@@ -3,10 +3,6 @@
.PATH: ${.CURDIR}/../../dev/mlx
KMOD = mlx
SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h
-CLEANFILES = mlx.h
CFLAGS += ${DEBUG_FLAGS}
-mlx.h:
- echo "#define NMLX 1" > mlx.h
-
.include <bsd.kmod.mk>