diff options
author | wiz <wiz> | 2006-04-01 06:55:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-04-01 06:55:29 +0000 |
commit | ffd7782e8c18c75cf4f695d46641c56d436a418b (patch) | |
tree | bd656a0aade402f487054e235a009a36068fb3e8 | |
parent | b8359e6b0696bf51b0ce3b9233718a81c1be28a0 (diff) | |
download | pkgsrc-ffd7782e8c18c75cf4f695d46641c56d436a418b.tar.gz |
Add and enable pthread-stublib and tailor.
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0e82f875a0b..167410d1be5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.741 2006/03/30 21:03:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.742 2006/04/01 06:55:29 wiz Exp $ # COMMENT= Development utilities @@ -546,6 +546,7 @@ SUBDIR+= popt SUBDIR+= prcs SUBDIR+= pth SUBDIR+= pthread-sem +SUBDIR+= pthread-stublib SUBDIR+= pvs SUBDIR+= pwlib SUBDIR+= py-InlineEgg @@ -633,6 +634,7 @@ SUBDIR+= svk SUBDIR+= swig SUBDIR+= syncdir SUBDIR+= sysexits +SUBDIR+= tailor SUBDIR+= tavrasm SUBDIR+= tcl-tclcl SUBDIR+= tcllib |