summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rudiments/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index ec77bf28add..fbcc19043ad 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/15 10:41:02 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/13 18:00:51 kristerw Exp $
#
DISTNAME= rudiments-0.25.1
@@ -15,4 +15,6 @@ USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
+.include "../../mk/pthread.buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"