From owner-cvs-usrbin Thu Jan 8 19:14:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02805 for cvs-usrbin-outgoing; Thu, 8 Jan 1998 19:14:35 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02369; Thu, 8 Jan 1998 19:11:02 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA04003; Thu, 8 Jan 1998 16:22:55 -0800 (PST) Date: Thu, 8 Jan 1998 16:22:55 -0800 (PST) Message-Id: <199801090022.QAA04003@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/truss Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1998/01/08 16:22:54 PST Modified files: usr.bin/truss Makefile Log: Get rid of the bogus include -- it is incomplete (as it doesn't handle anything other than ), and unnecessary in most cases. (The situations where it is necesary can be dealt with by manually-made symlinks, which is acceptable since they should only occur during testing. Remember: the tree does not compile well if you do not have matching header files installed. Half-baked -I directives don't cover enough of the cases.) Revision Changes Path 1.4 +1 -1 src/usr.bin/truss/Makefile