diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 08:38:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 08:38:06 +0000 |
commit | a167e294e9d7dbee3a77070305ac4ae8c6b96c08 (patch) | |
tree | e62b862dca96c4a6aa1d921da367030d8532c5c8 /lang/Makefile | |
parent | Upgrade to version 1.0.16. (diff) |
Add munger, a simple, statically-scoped, interpreted lisp that has
line-editor-like access to multiple text buffers.
PR: ports/74781
Submitted by: James Bailie <jimmy@jamesbailie.com>
Notes
Notes:
svn path=/head/; revision=123447
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 20f02ad21541..a1ea8d70ca7f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -140,6 +140,7 @@ SUBDIR += mono SUBDIR += moscow_ml SUBDIR += mozart + SUBDIR += munger SUBDIR += nawk SUBDIR += nhc98 SUBDIR += nickle |