summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ifstated/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile
index 4bbc6e94c24..73bd40d9d11 100644
--- a/usr.sbin/ifstated/Makefile
+++ b/usr.sbin/ifstated/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2004/02/05 02:26:23 mcbride Exp $
+# $OpenBSD: Makefile,v 1.4 2004/12/14 10:24:15 mpf Exp $
PROG= ifstated
SRCS= ifstated.c parse.y
@@ -6,6 +6,7 @@ CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+YFLAGS=
MAN= ifstated.8
LDADD+=-lutil -levent