diff options
author | minoura <minoura> | 2001-05-31 11:30:06 +0000 |
---|---|---|
committer | minoura <minoura> | 2001-05-31 11:30:06 +0000 |
commit | b09871c2a5c34c2a9080b43db3dae495b6a71850 (patch) | |
tree | ef450cb51421f149f4050c0e023ede86455716af | |
parent | 9675a2264988c4b7da3898f9fa22b9b41ec155e5 (diff) | |
download | pkgsrc-b09871c2a5c34c2a9080b43db3dae495b6a71850.tar.gz |
Add gauche.
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 761836af86d..fed99becaff 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2001/05/22 13:56:09 kent Exp $ +# $NetBSD: Makefile,v 1.99 2001/05/31 11:30:06 minoura Exp $ # COMMENT= Programming languages @@ -23,6 +23,7 @@ SUBDIR+= elisp-manual SUBDIR+= elk SUBDIR+= f2c SUBDIR+= fort77 +SUBDIR+= gauche SUBDIR+= gawk SUBDIR+= gb SUBDIR+= gcc |