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/aue/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules/aue') diff --git a/sys/modules/aue/Makefile b/sys/modules/aue/Makefile index f478794..664b16c 100644 --- a/sys/modules/aue/Makefile +++ b/sys/modules/aue/Makefile @@ -5,7 +5,6 @@ S = ${.CURDIR}/../.. KMOD = if_aue SRCS = if_aue.c opt_bdg.h opt_usb.h device_if.h bus_if.h SRCS += miibus_if.h -CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus .include -- cgit v1.1