summaryrefslogtreecommitdiff
path: root/net/udpcast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/udpcast/Makefile')
-rw-r--r--net/udpcast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile
index 85ce623252f..6b84dee6ccc 100644
--- a/net/udpcast/Makefile
+++ b/net/udpcast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/09 10:04:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/22 15:52:15 joerg Exp $
#
DISTNAME= udpcast-20060619
@@ -17,4 +17,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/udp-receiver.1 ${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/udp-sender.1 ${PREFIX}/${PKGMANDIR}/man1
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"