summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-08-20 05:44:01 +0000
committerPaul Traina <pst@FreeBSD.org>1996-08-20 05:44:01 +0000
commit9f3816ea5dd431548f13631a453f6978146f97bd (patch)
treed17a4aca9f1a918236853648a76f5d4f1b64a930 /usr.sbin/tcpdump
parent0db59933da9c62b501b521901c66c0a13065a401 (diff)
downloadsrc-test2-9f3816ea5dd431548f13631a453f6978146f97bd.tar.gz
src-test2-9f3816ea5dd431548f13631a453f6978146f97bd.zip
Notes
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index cc28c7753495..c522f2501766 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1995/08/29 19:48:10 wollman Exp $
+# $Id: Makefile,v 1.12 1996/08/19 21:55:56 pst Exp $
PROG= tcpdump
CFLAGS+=-DHAVE_FCNTL_H=1 -DHAVE_NET_SLIP_H=1 -DTIME_WITH_SYS_TIME=1 \
@@ -20,7 +20,7 @@ CLEANFILES+= version.c
DPADD+= ${LIBL} ${LIBPCAP}
LDADD+= -ll -lpcap
-DISTDIR?= ${.CURDIR}/../../contrib/tcpdump
+DISTDIR?= ${.CURDIR}/../../../contrib/tcpdump
CFLAGS+= -I${DISTDIR}/lbl
.PATH: ${DISTDIR}