From a7488c8eb585b17f609705cedc3b33119e662e32 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 25 Jul 2006 09:44:50 +0000 Subject: amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread (and how long it went unnoticed) From: Alexey Dobriyan --- usr.sbin/bgpctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpctl/Makefile') diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile index 8ec9355eb68..25cf4afb97b 100644 --- a/usr.sbin/bgpctl/Makefile +++ b/usr.sbin/bgpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/01/03 22:51:13 claudio Exp $ +# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $ .PATH: ${.CURDIR}/../bgpd @@ -6,7 +6,7 @@ PROG= bgpctl SRCS= bgpctl.c parser.c buffer.c imsg.c util.c CFLAGS+= -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd -- cgit v1.2.3