Module Name:    src
Committed By:   christos
Date:           Sun Dec  5 05:52:46 UTC 2010

Modified Files:
        src/external/bsd/tcpdump/bin: Makefile

Log Message:
tcpdump goes to /usr/sbin


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/external/bsd/tcpdump/bin/Makefile:1.3
--- src/external/bsd/tcpdump/bin/Makefile:1.2	Sun Dec  5 00:24:03 2010
+++ src/external/bsd/tcpdump/bin/Makefile	Sun Dec  5 00:52:46 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/12/05 05:24:03 christos Exp $	
+#	$NetBSD: Makefile,v 1.3 2010/12/05 05:52:46 christos Exp $	
 
 WARNS?=	1	# XXX: need to cleanup later
 
@@ -6,7 +6,7 @@
 
 USE_FORT?= yes	# network client
 
-BINDIR=/usr/bin
+BINDIR=/usr/sbin
 SRCDIR=	${.CURDIR}/../dist
 .PATH:	${SRCDIR}
 

Reply via email to