Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 1996 14:04:31 -0500 (CDT)
From:      Tony Kimball <alk@Think.COM>
To:        current@freebsd.org
Subject:   cvs-cur 2592 build fail in usr.sbin/tcpdump/tcpdump
Message-ID:  <199610171904.OAA08777@compound.Think.COM>

next in thread | raw e-mail | index | archive | help
cvs-cur 2592
; make depend
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-udp.c:51: nfsv2.h: No such file or directory
mkdep: compile failed.

Something like this will fix it, although I'm sure it's not conventional:

Index: Makefile
===================================================================
RCS file: /proj/repository/FreeBSD/src/usr.sbin/tcpdump/tcpdump/Makefile,v
retrieving revision 1.14
diff -r1.14 Makefile
24c24
< CFLAGS+= -I${TCPDUMP_DISTDIR}/lbl
---
> CFLAGS+= -I${TCPDUMP_DISTDIR}/lbl -I${.CURDIR}/../../../sys/nfs




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610171904.OAA08777>