diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2003-05-22 21:15:18 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2003-05-22 21:15:18 +0000 |
commit | 77d96fd9c75b4e96f2dbf846255e99bd9e11e0fd (patch) | |
tree | 81df4425524e895cc432e1f213c7c796f3fab6c0 /usr.sbin/tcpdump/Makefile | |
parent | bb32043ce53510a0a2f9830106f028566ac4c15d (diff) |
remove -Werror; ok millert
Diffstat (limited to 'usr.sbin/tcpdump/Makefile')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index 2416d2b53ce..6b4c7da6bb2 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2002/11/30 13:56:23 mickey Exp $ +# $OpenBSD: Makefile,v 1.39 2003/05/22 21:15:17 pvalchev Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -23,7 +23,7 @@ PROG= tcpdump MAN= tcpdump.8 -CFLAGS+=-Wall -Werror -I${.CURDIR}/../../sbin/pfctl +CFLAGS+=-Wall -I${.CURDIR}/../../sbin/pfctl .PATH: ${.CURDIR}/../../sbin/pfctl CFLAGS+=-DCSLIP -DPPP -DHAVE_FDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST -DINET6 |