diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:21:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-12 17:21:06 +0000 |
commit | 4626b9528262788d0958c3ee0f8de719e2400990 (patch) | |
tree | 64fba90dd52637ed8a2a48c9ee39264bae9967a0 /lang | |
parent | e9b68e666c21bccf8f8128c10a9d82f0560f4c3a (diff) | |
download | pkgsrc-4626b9528262788d0958c3ee0f8de719e2400990.tar.gz |
Add and enable pnet{C,lib,lib-nox11}.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8c405198cd0..d599adab3ea 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2004/01/05 23:55:13 xtraeme Exp $ +# $NetBSD: Makefile,v 1.165 2004/01/12 17:21:06 xtraeme Exp $ # COMMENT= Programming languages @@ -93,6 +93,10 @@ SUBDIR+= perl5 SUBDIR+= perl58 SUBDIR+= pforth SUBDIR+= pgcc +SUBDIR+= pnet +SUBDIR+= pnetC +SUBDIR+= pnetlib +SUBDIR+= pnetlib-nox11 SUBDIR+= py-extclass SUBDIR+= py-html-docs SUBDIR+= py-psyco |