summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libnetgraph/Makefile2
-rw-r--r--sbin/vinum/Makefile2
-rw-r--r--sys/modules/usb/Makefile1
-rw-r--r--usr.sbin/i4b/dtmfdecode/Makefile2
-rw-r--r--usr.sbin/i4b/g711conv/Makefile2
-rw-r--r--usr.sbin/pccard/Makefile.inc4
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
7 files changed, 8 insertions, 7 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
index 342b2e5..fe96f3d 100644
--- a/lib/libnetgraph/Makefile
+++ b/lib/libnetgraph/Makefile
@@ -9,7 +9,7 @@ SHLIB_MAJOR= 1
SRCS= sock.c msg.c debug.c
-CFLAGS+= -g -Wall
+CFLAGS+= -Wall
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile
index a22a645..7207884 100644
--- a/sbin/vinum/Makefile
+++ b/sbin/vinum/Makefile
@@ -5,7 +5,7 @@ PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN8= vinum.8
-CFLAGS+= -I${.CURDIR}/../../sys -g -Wall -DVINUMDEBUG
+CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lutil -lreadline -ltermcap -ldevstat
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index edd1cba..e372b73 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -24,7 +24,6 @@ SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h
SRCS += opt_bus.h pci_if.h
NOMAN =
-CFLAGS += -g
opt_usb.h:
echo > opt_usb.h
diff --git a/usr.sbin/i4b/dtmfdecode/Makefile b/usr.sbin/i4b/dtmfdecode/Makefile
index ed0af4e..0623e12 100644
--- a/usr.sbin/i4b/dtmfdecode/Makefile
+++ b/usr.sbin/i4b/dtmfdecode/Makefile
@@ -12,7 +12,7 @@ SRC = dtmfdecode.c
# libm is only necessary if USE_COS is defined in the source
#LDADD += -lm
-CFLAGS += -Wall -g -DDEBUG
+CFLAGS += -Wall -DDEBUG
MAN1 = dtmfdecode.1
test: ${PROG}
diff --git a/usr.sbin/i4b/g711conv/Makefile b/usr.sbin/i4b/g711conv/Makefile
index f96de26..c02dd5f 100644
--- a/usr.sbin/i4b/g711conv/Makefile
+++ b/usr.sbin/i4b/g711conv/Makefile
@@ -8,7 +8,7 @@
PROG = g711conv
SRC = g711conv.c
-CFLAGS += -Wall -g
+CFLAGS += -Wall
MAN1 = g711conv.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/pccard/Makefile.inc b/usr.sbin/pccard/Makefile.inc
index 3d73c9e..6503c10 100644
--- a/usr.sbin/pccard/Makefile.inc
+++ b/usr.sbin/pccard/Makefile.inc
@@ -1,2 +1,4 @@
-CFLAGS+= -Wall -g -static
+# $FreeBSD$
+
+CFLAGS+= -Wall -static
BINDIR?= /usr/sbin
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index e352b1d..145a03c 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -4,7 +4,7 @@ PROG= tcpdump
CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \
-DHAVE_ETHER_NTOHOST=1 -DHAVE_SETLINEBUF=1 -DSTDC_HEADERS=1 \
-DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SOCKADDR_SA_LEN=1 \
- -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI -g
+ -DHAVE_TM_GMTOFF=1 -DLBL_ALIGN=1 -DPPP -DHAVE_FDDI
MAN1= tcpdump.1
SRCS = version.c tcpdump.c \
print-arp.c print-atalk.c print-atm.c print-fr.c print-bootp.c \
OpenPOWER on IntegriCloud