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 | |
parent | 9803ce3cb86480ff23d56277964211ae014fd505 (diff) |
repair missing DPADD requests
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpctl/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/dvmrpd/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/ftp-proxy/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/ifstated/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/ospfd/Makefile | 3 | ||||
-rw-r--r-- | usr.sbin/ripd/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/usr.sbin/bgpctl/Makefile b/usr.sbin/bgpctl/Makefile index 6a9c38fab1c..0ed3be67547 100644 --- a/usr.sbin/bgpctl/Makefile +++ b/usr.sbin/bgpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2006/08/17 16:46:38 claudio Exp $ +# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:12 deraadt Exp $ .PATH: ${.CURDIR}/../bgpd @@ -12,5 +12,6 @@ CFLAGS+= -Wsign-compare CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../bgpd MAN= bgpctl.8 LDADD= -lutil +DPADD+= ${LIBUTIL} .include <bsd.prog.mk> diff --git a/usr.sbin/dvmrpd/Makefile b/usr.sbin/dvmrpd/Makefile index 13dcb621791..d7e197c10a8 100644 --- a/usr.sbin/dvmrpd/Makefile +++ b/usr.sbin/dvmrpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/06/01 14:12:20 norby Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:12 deraadt Exp $ PROG= dvmrpd SRCS= ask_nbrs2.c buffer.c control.c dvmrpd.c dvmrpe.c graft.c graft_ack.c \ @@ -15,5 +15,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -g YFLAGS= LDADD+= -levent +DPADD+= ${LIBEVENT} .include <bsd.prog.mk> diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile index bc56bdfe7fa..9541b955e7f 100644 --- a/usr.sbin/ftp-proxy/Makefile +++ b/usr.sbin/ftp-proxy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/06/07 14:12:07 camield Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $ PROG= ftp-proxy SRCS= ftp-proxy.c filter.c @@ -8,5 +8,6 @@ CFLAGS+= -I${.CURDIR} CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ -Wno-uninitialized LDADD+= -levent +DPADD+= ${LIBEVENT} .include <bsd.prog.mk> 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> 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> diff --git a/usr.sbin/ripd/Makefile b/usr.sbin/ripd/Makefile index 261abf70b56..1210b600dc7 100644 --- a/usr.sbin/ripd/Makefile +++ b/usr.sbin/ripd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/10/18 16:11:58 norby Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:13 deraadt Exp $ PROG= ripd SRCS= auth.c buffer.c control.c imsg.c interface.c kroute.c \ @@ -14,5 +14,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare YFLAGS= LDADD+= -levent +DPADD+= ${LIBEVENT} .include <bsd.prog.mk> |