diff options
author | marcel <marcel@FreeBSD.org> | 2000-01-03 12:01:30 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2000-01-03 12:01:30 +0000 |
commit | 5ed0012e7954ab698a7048e9eb3a3a139422399f (patch) | |
tree | 4c929935d64505654099b11145eb55264bb4e9bc /usr.sbin/tcpdump | |
parent | c9131e98dc5d9f19934a076312eef79e9e78a2f0 (diff) | |
download | FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.zip FreeBSD-src-5ed0012e7954ab698a7048e9eb3a3a139422399f.tar.gz |
Remove -g compiler flag.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |