summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-21 01:52:36 +0000
committerphk <phk@FreeBSD.org>1994-11-21 01:52:36 +0000
commit5b87052f8415638d00b592257a33966de0052b63 (patch)
tree086f7cabc9b326dadfebb1d72596974e60b56f88 /usr.sbin/tcpdump
parent5673097fcb46990e8af8a55aaa8a47e0b2ac3621 (diff)
downloadFreeBSD-src-5b87052f8415638d00b592257a33966de0052b63.zip
FreeBSD-src-5b87052f8415638d00b592257a33966de0052b63.tar.gz
More abs paths nuked
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
-rw-r--r--usr.sbin/tcpdump/tcpslice/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index d9ec9a1..6d1faf3 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -11,7 +11,7 @@ SRCS= version.c addrtoname.c bpf_dump.c bpf_filter.c bpf_image.c etherent.c \
print-rip.c print-sl.c print-snmp.c print-sunrpc.c print-tcp.c \
print-tftp.c print-udp.c savefile.c tcpdump.c tcpgram.c \
tcplex.c util.c
-.PATH: /sys/net
+.PATH: ${.CURDIR}/../../sys/net
CLEANFILES+= tcpgram.c tcplex.c y.tab.h y.tab.c version.c version.h
DPADD+= ${LIBL}
LDADD+= -ll
diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile
index 55b2402..46dee7f 100644
--- a/usr.sbin/tcpdump/tcpslice/Makefile
+++ b/usr.sbin/tcpdump/tcpslice/Makefile
@@ -5,7 +5,7 @@ CFLAGS+=-DCSLIP -I. -I$(.CURDIR)/../tcpdump
MAN1= tcpslice.1
SRCS= version.c tcpslice.c gwtm2secs.c search.c \
savefile.c bpf_filter.c md.c util.c
-.PATH: ${.CURDIR}/../tcpdump /sys/net
+.PATH: ${.CURDIR}/../tcpdump ${.CURDIR}/../../sys/net
CLEANFILES+= version.c version.h
version.c version.h: $(.CURDIR)/../tcpdump/VERSION
OpenPOWER on IntegriCloud