diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-26 11:31:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-26 11:31:15 +0000 |
commit | 234d05ef74b052ef7219feb3856f44eadd6b1222 (patch) | |
tree | 6556fd9808fae44888092628fc89f113f62ccc1d /usr.sbin/ifstated/Makefile | |
parent | 9803ce3cb86480ff23d56277964211ae014fd505 (diff) |
repair missing DPADD requests
Diffstat (limited to 'usr.sbin/ifstated/Makefile')
-rw-r--r-- | usr.sbin/ifstated/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ifstated/Makefile b/usr.sbin/ifstated/Makefile index d86a32d5673..53d105ea514 100644 --- a/usr.sbin/ifstated/Makefile +++ b/usr.sbin/ifstated/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2006/07/25 09:44:49 henning Exp $ +# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:13 deraadt Exp $ PROG= ifstated SRCS= ifstated.c parse.y @@ -9,5 +9,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual YFLAGS= MAN= ifstated.8 ifstated.conf.5 LDADD+=-levent +DPADD+= ${LIBEVENT} .include <bsd.prog.mk> |