diff options
author | olah <olah@FreeBSD.org> | 1995-03-09 12:15:17 +0000 |
---|---|---|
committer | olah <olah@FreeBSD.org> | 1995-03-09 12:15:17 +0000 |
commit | aad57cc1344f7b46cfce4de06ef79ea5c050df04 (patch) | |
tree | 8a6f369f567856a454ec31d6d33eac8431fe149a /usr.sbin/tcpdump | |
parent | ed3b852197365333b6a8b504e47bb5e690506c60 (diff) | |
download | FreeBSD-src-aad57cc1344f7b46cfce4de06ef79ea5c050df04.zip FreeBSD-src-aad57cc1344f7b46cfce4de06ef79ea5c050df04.tar.gz |
Add `-I.' to CFLAGS in order to fix the `make depend' problem.
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile index d559c06..f3e593b 100644 --- a/usr.sbin/tcpdump/tcpslice/Makefile +++ b/usr.sbin/tcpdump/tcpslice/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 0.1 (RWGrimes) 3/24/93 PROG= tcpslice -CFLAGS+=-Wall +CFLAGS+=-Wall -I. MAN1= tcpslice.1 SRCS= version.c tcpslice.c gwtm2secs.c search.c util.c CLEANFILES+= version.c version.h |