summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-26 11:31:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-26 11:31:15 +0000
commit234d05ef74b052ef7219feb3856f44eadd6b1222 (patch)
tree6556fd9808fae44888092628fc89f113f62ccc1d /usr.sbin/ospfd
parent9803ce3cb86480ff23d56277964211ae014fd505 (diff)
repair missing DPADD requests
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r--usr.sbin/ospfd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/Makefile b/usr.sbin/ospfd/Makefile
index 32711d92990..20b20bb1149 100644
--- a/usr.sbin/ospfd/Makefile
+++ b/usr.sbin/ospfd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2006/05/30 22:06:14 claudio Exp $
+# $OpenBSD: Makefile,v 1.6 2006/11/26 11:31:13 deraadt Exp $
PROG= ospfd
@@ -16,5 +16,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
YFLAGS=
LDADD+= -levent
+DPADD+= ${LIBEVENT}
.include <bsd.prog.mk>