From 9a6b1478808c6a57d28b37ffb632751f71a10012 Mon Sep 17 00:00:00 2001 From: sef Date: Fri, 9 Jan 1998 00:22:50 +0000 Subject: 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.) --- usr.bin/truss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/truss/Makefile') diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index e57704f..63172a8 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,7 +1,7 @@ PROG= truss SRCS= main.c setup.c i386-fbsd.c i386-linux.c \ syscalls.c linux_syscalls.h syscalls.h ioctl.c -CFLAGS+= -I${.CURDIR} -I. -I${.CURDIR}/../../sys +CFLAGS+= -I${.CURDIR} -I. CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \ syscalls.h ioctl.c -- cgit v1.1