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/amr/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules/amr') diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index e81049d..5833574 100644 --- a/sys/modules/amr/Makefile +++ b/sys/modules/amr/Makefile @@ -3,6 +3,5 @@ .PATH: ${.CURDIR}/../../dev/amr KMOD = amr SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h -CFLAGS += ${DEBUG_FLAGS} .include -- cgit v1.1