diff options
-rw-r--r-- | libexec/spamlogd/Makefile | 3 | ||||
-rw-r--r-- | sbin/bioctl/Makefile | 3 | ||||
-rw-r--r-- | sbin/pflogd/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/dc/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/gzsig/Makefile | 3 | ||||
-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 |
11 files changed, 22 insertions, 12 deletions
diff --git a/libexec/spamlogd/Makefile b/libexec/spamlogd/Makefile index 6954e2e1945..ed0070a7f1f 100644 --- a/libexec/spamlogd/Makefile +++ b/libexec/spamlogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/03 19:39:33 henning Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/26 11:31:14 deraadt Exp $ PROG= spamlogd SRCS= spamlogd.c @@ -6,5 +6,6 @@ MAN= spamlogd.8 CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd LDADD+= -lpcap +DPADD+= ${LIBPCAP} .include <bsd.prog.mk> diff --git a/sbin/bioctl/Makefile b/sbin/bioctl/Makefile index d665fc542d8..85fc868369f 100644 --- a/sbin/bioctl/Makefile +++ b/sbin/bioctl/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2006/06/18 17:23:49 david Exp $ +# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:08 deraadt Exp $ PROG= bioctl CFLAGS+=-Wall LDADD= -lutil +DPADD= ${LIBUTIL} MAN= bioctl.8 .include <bsd.prog.mk> diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index ea8bb055c9b..377cad99635 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $ +# $OpenBSD: Makefile,v 1.7 2006/11/26 11:31:08 deraadt Exp $ CFLAGS+=-Wall -Wmissing-prototypes -Wshadow LDADD+= -lpcap -lutil -DPAPP+= ${LIBPCAP} ${LIBUTIL} +DPADD+= ${LIBPCAP} ${LIBUTIL} PROG= pflogd SRCS= pflogd.c privsep.c privsep_fdpass.c diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile index a97c5c2255f..b0a23967a26 100644 --- a/usr.bin/dc/Makefile +++ b/usr.bin/dc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2003/09/19 17:58:25 otto Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:09 deraadt Exp $ PROG= dc SRCS= dc.c bcode.c inout.c mem.c stack.c COPTS+= -Wall LDADD= -lcrypto +DPADD= ${LIBCRYPTO} .include <bsd.prog.mk> diff --git a/usr.bin/gzsig/Makefile b/usr.bin/gzsig/Makefile index 1dd980d7b5b..0dc7b8147ee 100644 --- a/usr.bin/gzsig/Makefile +++ b/usr.bin/gzsig/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2005/05/29 02:41:42 marius Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:09 deraadt Exp $ PROG = gzsig SRCS = gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c LDADD = -lcrypto -lm +DPADD = ${LIBCRYPTO} ${LIBM} CLEANFILES += TAGS *~ 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> |