diff options
author | 2003-05-22 21:15:17 +0000 | |
---|---|---|
committer | 2003-05-22 21:15:17 +0000 | |
commit | 0b5f24711d4a4a84b3f254cf8102b28479eec93e (patch) | |
tree | d24a24621ae58c6737d49556cd9d84adaaa6b684 | |
parent | remove sprintf() and vsprintf(). nothing in the kernel needs it. if (diff) | |
download | wireguard-openbsd-0b5f24711d4a4a84b3f254cf8102b28479eec93e.tar.xz wireguard-openbsd-0b5f24711d4a4a84b3f254cf8102b28479eec93e.zip |
remove -Werror; ok millert
-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 |