diff options
author | ryoon <ryoon> | 2011-10-11 13:04:42 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-10-11 13:04:42 +0000 |
commit | 51ba106b16bce7a9a4f580a7a9b434dc2d001cf1 (patch) | |
tree | 5988243b42a9abf06d578ef000a12ec6bb026b87 /lang/Makefile | |
parent | 633e9af539706bdd1ccf8ee4296b8a9a75ea6309 (diff) | |
download | pkgsrc-51ba106b16bce7a9a4f580a7a9b434dc2d001cf1.tar.gz |
Add newlisp
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 431475ccddc..e8ac34d0b0b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.306 2011/10/11 12:45:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.307 2011/10/11 13:04:42 ryoon Exp $ # COMMENT= Programming languages @@ -103,6 +103,7 @@ SUBDIR+= mono-basic SUBDIR+= moscow_ml SUBDIR+= mpd SUBDIR+= nawk +SUBDIR+= newlisp SUBDIR+= nhc98 SUBDIR+= objc SUBDIR+= ocaml |