From 17f54b440885bc59edc685cdda9705529fcc178e Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 28 Jan 2000 11:26:46 +0000 Subject: Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles. --- sys/modules/mlx/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules/mlx') diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile index 274d857..aaae0f6 100644 --- a/sys/modules/mlx/Makefile +++ b/sys/modules/mlx/Makefile @@ -3,6 +3,5 @@ .PATH: ${.CURDIR}/../../dev/mlx KMOD = mlx SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h -CFLAGS += ${DEBUG_FLAGS} .include -- cgit v1.1