diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
commit | 37b3d24918625127e7cb2752f4c80d1dcb3e5100 (patch) | |
tree | 7e90804703b3a2f3b8454c751d6546fb58398b33 /lang/Makefile | |
parent | c09852e7f642fd0247ac44489daa5b0153682d50 (diff) | |
download | FreeBSD-ports-37b3d24918625127e7cb2752f4c80d1dcb3e5100.zip FreeBSD-ports-37b3d24918625127e7cb2752f4c80d1dcb3e5100.tar.gz |
An Emacs mode for editing Objective CAML programs.
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 b9d2893..f983e9f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -91,6 +91,7 @@ SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml + SUBDIR += ocaml-mode.el SUBDIR += onyx SUBDIR += oo2c SUBDIR += otcl |