diff options
Diffstat (limited to 'usr.sbin/ifstated/Makefile')
-rw-r--r-- | usr.sbin/ifstated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile index 4bf7e988997..d86a32d5673 100644 --- a/usr.sbin/ifstated/Makefile +++ b/usr.sbin/ifstated/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2005/08/06 08:27:16 sturm Exp $ +# $OpenBSD: Makefile,v 1.7 2006/07/25 09:44:49 henning Exp $ PROG= ifstated SRCS= ifstated.c parse.y CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls +CFLAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual YFLAGS= MAN= ifstated.8 ifstated.conf.5 |