From owner-freebsd-current Thu Oct 17 12:04:43 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22145 for current-outgoing; Thu, 17 Oct 1996 12:04:43 -0700 (PDT) Received: from noc.msc.edu (noc.msc.edu [137.66.12.254]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA22140 for ; Thu, 17 Oct 1996 12:04:40 -0700 (PDT) Received: from uc.msc.edu by noc.msc.edu (5.65/MSC/v3.0.1(920324)) id AA03913; Thu, 17 Oct 96 14:04:34 -0500 Received: from fergus-2.dialup.prtel.com by uc.msc.edu (5.65/MSC/v3.0z(901212)) id AA29454; Thu, 17 Oct 96 14:04:31 -0500 Received: (from alk@localhost) by compound.Think.COM (8.7.6/8.7.3) id OAA08777; Thu, 17 Oct 1996 14:04:31 -0500 (CDT) Date: Thu, 17 Oct 1996 14:04:31 -0500 (CDT) From: Tony Kimball Message-Id: <199610171904.OAA08777@compound.Think.COM> To: current@freebsd.org Subject: cvs-cur 2592 build fail in usr.sbin/tcpdump/tcpdump Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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