diff options
Diffstat (limited to 'net/ifstated/files/patch-Makefile')
-rw-r--r-- | net/ifstated/files/patch-Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ifstated/files/patch-Makefile b/net/ifstated/files/patch-Makefile index a43c80c8b14d..d552b6577f47 100644 --- a/net/ifstated/files/patch-Makefile +++ b/net/ifstated/files/patch-Makefile @@ -1,14 +1,14 @@ ---- Makefile 18 Nov 2004 21:43:12 -0000 1.1.1.1 -+++ Makefile 18 Nov 2004 23:33:55 -0000 1.4 +--- ../ifstated-20050505.orig/Makefile Thu May 5 11:51:24 2005 ++++ Makefile Thu May 5 12:06:07 2005 @@ -1,4 +1,5 @@ - # $OpenBSD: Makefile,v 1.3 2004/02/05 02:26:23 mcbride Exp $ -+# $Id: Makefile,v 1.4 2004/11/18 23:33:55 mdg Exp $ + # $OpenBSD: Makefile,v 1.4 2004/12/14 10:24:15 mpf Exp $ ++# $Id: Makefile,v 1.5 2005/05/05 16:06:07 mdg Exp $ PROG= ifstated SRCS= ifstated.c parse.y -@@ -7,6 +8,14 @@ - CLFAGS+= -Wmissing-declarations -Wredundant-decls +@@ -8,6 +9,14 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual + YFLAGS= MAN= ifstated.8 -LDADD+=-lutil -levent + |