diff options
author | dim <dim@FreeBSD.org> | 2010-10-30 16:30:50 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-30 16:30:50 +0000 |
commit | ce6cf18f950357a4fe070e0d697f3d7ad75f9919 (patch) | |
tree | 333a66f2d69adbf66e7165375bfd8e8c38d69f59 /usr.sbin/tcpdump | |
parent | 270962e5e22e2dfbae82804013c86d73a56ca172 (diff) | |
download | FreeBSD-src-ce6cf18f950357a4fe070e0d697f3d7ad75f9919.zip FreeBSD-src-ce6cf18f950357a4fe070e0d697f3d7ad75f9919.tar.gz |
Actually remove the HAVE_CAST_H define this time.
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 bf39a29..eef16c7 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -56,7 +56,7 @@ LDADD= -ll -lpcap DPADD+= ${LIBCRYPTO} LDADD+= -lcrypto CFLAGS+= -I${DESTDIR}/usr/include/openssl -CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_CAST_H -DHAVE_OPENSSL_EVP_H +CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H .endif .if ${MK_PF} != "no" |