diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-06 22:43:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-06 22:43:49 +0000 |
commit | e3de855c2851a5ebf9a36055aeccf3e670268b27 (patch) | |
tree | ef1f92d7d321d9c49fc979c4dfc615bd8f77c422 /lang/Makefile | |
parent | add a mirror site (diff) |
Add python-beta.
Notes
Notes:
svn path=/head/; revision=15896
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index ffacb16f9951..9880feacb3c5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.119 1998/12/23 04:34:10 steve Exp $ +# $Id: Makefile,v 1.120 1998/12/24 18:12:31 flathill Exp $ # SUBDIR += ETHOberonV4 @@ -63,6 +63,7 @@ SUBDIR += pgcc SUBDIR += ptoc SUBDIR += python + SUBDIR += python-beta SUBDIR += rexx-imc SUBDIR += ruby SUBDIR += scheme48 |