diff options
author | 2000-10-03 14:28:21 +0000 | |
---|---|---|
committer | 2000-10-03 14:28:21 +0000 | |
commit | 540db2e60658019a50373d4d0228fa6fb733afac (patch) | |
tree | ce68aa9014b2973930a397c9359686fae7d3b127 /usr.sbin/tcpdump | |
parent | Print IKE notifications (with -v). Style. (jakob@ ok) (diff) | |
download | wireguard-openbsd-540db2e60658019a50373d4d0228fa6fb733afac.tar.xz wireguard-openbsd-540db2e60658019a50373d4d0228fa6fb733afac.zip |
Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok)
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index 7cc3d144ce9..d1bb796c9e0 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2000/04/26 21:35:36 jakob Exp $ +# $OpenBSD: Makefile,v 1.22 2000/10/03 14:28:21 ho Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -23,6 +23,8 @@ PROG= tcpdump MAN= tcpdump.8 +CFLAGS+=-Wall -Werror + CFLAGS+=-DCSLIP -DPPP -DHAVE_FDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST -DINET6 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "sparc") CFLAGS+=-DLBL_ALIGN |