diff options
author | fenner <fenner@FreeBSD.org> | 2002-06-26 01:37:45 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-06-26 01:37:45 +0000 |
commit | da8c35d226be38a13c8c293fe59a6c9187e87473 (patch) | |
tree | b1e7e8105c1aecf1ebd6d94f1b787eff238ab9e6 /usr.sbin/tcpdump | |
parent | 27ceacd9e9734e5cfd1b158fd8d90cd7ece601fd (diff) | |
download | FreeBSD-src-da8c35d226be38a13c8c293fe59a6c9187e87473.zip FreeBSD-src-da8c35d226be38a13c8c293fe59a6c9187e87473.tar.gz |
Remove out-of-date -I.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |