diff options
author | rh <rh@pkgsrc.org> | 2004-01-20 21:29:48 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-01-20 21:29:48 +0000 |
commit | 563f89f17738dafaa36d545cb2935fc3cd0e484a (patch) | |
tree | ea0588d549aeecd7a5949da05587e759a62b0a5c /devel | |
parent | 16a7f878cc6973f675e4918790834b8748d3aff9 (diff) | |
download | pkgsrc-563f89f17738dafaa36d545cb2935fc3cd0e484a.tar.gz |
Add and enable pthread-sem
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c5d933bd5ff..556e1128cbe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.457 2004/01/18 20:17:32 kristerw Exp $ +# $NetBSD: Makefile,v 1.458 2004/01/20 21:29:48 rh Exp $ # COMMENT= Development utilities @@ -358,6 +358,7 @@ SUBDIR+= popt SUBDIR+= prc-tools SUBDIR+= prcs SUBDIR+= pth +SUBDIR+= pthread-sem SUBDIR+= ptl2 SUBDIR+= pvs SUBDIR+= pwlib |