From da8c35d226be38a13c8c293fe59a6c9187e87473 Mon Sep 17 00:00:00 2001 From: fenner Date: Wed, 26 Jun 2002 01:37:45 +0000 Subject: Remove out-of-date -I. --- usr.sbin/tcpdump/tcpdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 788e629..bb6968a 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) -- cgit v1.1