From 5a4e8b0f2438580f7931b51dc68ca6b1926bc831 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 10 Nov 2003 12:54:54 +0000 Subject: Don't compile with -g by default; there's a better way to build modules with debug support. --- sys/modules/netgraph/etf/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/etf/Makefile b/sys/modules/netgraph/etf/Makefile index 7340ceca96cd..d807bc91c848 100644 --- a/sys/modules/netgraph/etf/Makefile +++ b/sys/modules/netgraph/etf/Makefile @@ -1,8 +1,6 @@ # $FreeBSD$ # Ethertype filter -COPTS+=-g - KMOD= ng_etf SRCS= ng_etf.c -- cgit v1.3