Get rid of the bogus include -- it is incomplete (as it doesn't handle

anything other than <sys/*.h>), 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.)
This commit is contained in:
Sean Eric Fagan 1998-01-09 00:22:50 +00:00
parent aa1b929b8b
commit 41ccb63223
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32354

View File

@ -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