summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
committermarcel <marcel@FreeBSD.org>2000-01-03 12:01:30 +0000
commit5ed0012e7954ab698a7048e9eb3a3a139422399f (patch)
tree4c929935d64505654099b11145eb55264bb4e9bc /usr.sbin
parentc9131e98dc5d9f19934a076312eef79e9e78a2f0 (diff)
downloadFreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.zip
FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.tar.gz
Remove -g compiler flag.
Diffstat (limited to 'usr.sbin')
-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
4 files changed, 6 insertions, 4 deletions
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