Module Name: src
Committed By: christos
Date: Sun Dec 5 05:24:04 UTC 2010
Modified Files:
src/external/bsd/tcpdump/bin: Makefile
Log Message:
cleanup old stuff and install in the right place
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tcpdump/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/tcpdump/bin/Makefile
diff -u src/external/bsd/tcpdump/bin/Makefile:1.1 src/external/bsd/tcpdump/bin/Makefile:1.2
--- src/external/bsd/tcpdump/bin/Makefile:1.1 Sun Dec 5 00:14:00 2010
+++ src/external/bsd/tcpdump/bin/Makefile Sun Dec 5 00:24:03 2010
@@ -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