From 76ccf637df896d7b403d78a08254de59424acbd4 Mon Sep 17 00:00:00 2001 From: jeremy Date: Fri, 1 Apr 2011 22:30:11 +0000 Subject: [PATCH] Hook zeromq up to the build. --- net/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/Makefile b/net/Makefile index 598dfd789b2..b55ec2912c4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.685 2011/03/28 14:08:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.686 2011/04/01 22:30:11 jeremy Exp $ # $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $ # @@ -577,6 +577,7 @@ SUBDIR += zabbix,pgsql SUBDIR += zabbix,sqlite3 SUBDIR += zenirc + SUBDIR += zeromq SUBDIR += ziproxy SUBDIR += znc SUBDIR += zsync