summaryrefslogtreecommitdiff
path: root/usr.sbin/ifstated
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-07-28 17:05:36 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-07-28 17:05:36 +0000
commita2fbe519c7c86fb2923a870c7c77045e0c900a22 (patch)
tree51da83a309b76f680b4890a30302bb815d371c37 /usr.sbin/ifstated
parent6100a2dd8a8f28dad29d1ca6e17ddbf78ce9734e (diff)
no need for libutil.
OK markus@
Diffstat (limited to 'usr.sbin/ifstated')
-rw-r--r--usr.sbin/ifstated/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile
index 73bd40d9d11..3db1d6b592b 100644
--- a/usr.sbin/ifstated/Makefile
+++ b/usr.sbin/ifstated/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2004/12/14 10:24:15 mpf Exp $
+# $OpenBSD: Makefile,v 1.5 2005/07/28 17:05:35 mpf Exp $
PROG= ifstated
SRCS= ifstated.c parse.y
@@ -8,6 +8,6 @@ CLFAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
YFLAGS=
MAN= ifstated.8
-LDADD+=-lutil -levent
+LDADD+=-levent
.include <bsd.prog.mk>