diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-17 08:32:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-17 08:32:28 +0000 |
commit | f72ad262ead51c534a731a5bcd96c3c348d5a2a0 (patch) | |
tree | 873aa4988afe32847376a8ad9401033d202a820c /lang/Makefile | |
parent | Remove setuid root bit from hfaxd and fix a format string error which was (diff) |
add nickle
A desk calculator language
PR: 26632
Submitted by: Christopher Elkins <chrise@scardini.com>
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 b2fc8ffe7840..28863cb327b3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -72,6 +72,7 @@ SUBDIR += moscow_ml SUBDIR += mozart SUBDIR += nawk + SUBDIR += nickle SUBDIR += nqc SUBDIR += o2c SUBDIR += objc |