diff options
author | skrll <skrll@pkgsrc.org> | 2002-05-29 08:21:41 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-05-29 08:21:41 +0000 |
commit | 5a363e14dea5dbea074751a671068c3aba725c61 (patch) | |
tree | cc0ac37cb4ab9bb3b84bd13492d1feb9d2600dd9 | |
parent | 19f99199a446f0f3b916f761cbce7dc03f53acfd (diff) | |
download | pkgsrc-5a363e14dea5dbea074751a671068c3aba725c61.tar.gz |
Add and enable pth-syscall.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b2871c21570..91b96e96dad 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.288 2002/05/22 16:09:54 agc Exp $ +# $NetBSD: Makefile,v 1.289 2002/05/29 08:21:41 skrll Exp $ # COMMENT= Development utilities @@ -241,6 +241,7 @@ SUBDIR+= prc-tools-gcc SUBDIR+= prc-tools-gdb SUBDIR+= prcs SUBDIR+= pth +SUBDIR+= pth-syscall SUBDIR+= ptl2 SUBDIR+= pwlib SUBDIR+= py-Checker |