diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 11:58:29 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 11:58:29 +0000 |
commit | 704d583f8c1f670bfe93863589ad710fe31b1f45 (patch) | |
tree | 02b9dfbcb91f3bb88371786264f019760589372b /devel/Makefile | |
parent | Add smunge, a POP3 funnel proxy (ie, it can funnel from multiple sources (diff) |
Add camlp4, a preprocessor for ocaml.
PR: ports/19896
Submitted by: Kim Scarborough <sluggo@unknown.nu>
Notes
Notes:
svn path=/head/; revision=31203
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0a58f68f6d95..02897d57c099 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -23,6 +23,7 @@ SUBDIR += bugbuddy SUBDIR += c_c++_reference SUBDIR += c_c++_reference-i18n + SUBDIR += camlp4 SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += cccc |