From d38613f11b8445b3975400a93be0a99838e1886a Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 26 Jun 2002 01:37:45 +0000 Subject: [PATCH] Remove out-of-date -I. --- usr.sbin/tcpdump/tcpdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 788e629426cd..bb6968a2f0bb 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -25,7 +25,7 @@ SRCS= addrtoname.c gmt2local.c machdep.c parsenfsfh.c \ setsignal.c smbutil.c tcpdump.c util.c version.c CLEANFILES+= version.c -CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDIR} -I${TCPDUMP_DISTDIR}/lbl +CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDIR} CFLAGS+= -DHAVE_CONFIG_H .if !defined(NOINET6)