Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/tcpdump/bin cleanup old stuff and install in th...



details:   https://anonhg.NetBSD.org/src/rev/6878fc5d8c2f
branches:  trunk
changeset: 759287:6878fc5d8c2f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 05 05:24:03 2010 +0000

description:
cleanup old stuff and install in the right place

diffstat:

 external/bsd/tcpdump/bin/Makefile |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r c8b72cb97630 -r 6878fc5d8c2f external/bsd/tcpdump/bin/Makefile
--- a/external/bsd/tcpdump/bin/Makefile Sun Dec 05 05:20:28 2010 +0000
+++ b/external/bsd/tcpdump/bin/Makefile Sun Dec 05 05:24:03 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2010/12/05 05:14:00 christos Exp $      
+#      $NetBSD: Makefile,v 1.2 2010/12/05 05:24:03 christos Exp $      
 
 WARNS?=        1       # XXX: need to cleanup later
 
@@ -6,6 +6,7 @@
 
 USE_FORT?= yes # network client
 
+BINDIR=/usr/bin
 SRCDIR=        ${.CURDIR}/../dist
 .PATH: ${SRCDIR}
 
@@ -76,13 +77,6 @@
 DPADD+=        ${LIBCRYPTO} ${LIBCRYPT}
 .endif
 
-#.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
-#COPTS+=       -fno-strict-aliasing
-#.for f in print-802_11 print-esp print-fr print-radius print-telnet tcpdump util
-#COPTS.${f}.c+=  -Wno-pointer-sign
-#.endfor
-#.endif
-
 CLEANFILES+=   version.c tcpdump.8
 
 tcpdump.8: tcpdump.1.in



Home | Main Index | Thread Index | Old Index