diff options
author | pst <pst@FreeBSD.org> | 1996-08-20 05:44:01 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-08-20 05:44:01 +0000 |
commit | 076318a498c311c3ddbad40c9ce240e63ae19657 (patch) | |
tree | d17a4aca9f1a918236853648a76f5d4f1b64a930 /usr.sbin/tcpdump | |
parent | 5bad8486ad20c4b9d428128c8f3f1f0ef8f019ff (diff) | |
download | FreeBSD-src-076318a498c311c3ddbad40c9ce240e63ae19657.zip FreeBSD-src-076318a498c311c3ddbad40c9ce240e63ae19657.tar.gz |
Fix up path
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index cc28c77..c522f25 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} |