summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-10-24 21:41:31 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-10-24 21:41:31 +0000
commite6630da35a4ed09f09c80d5667137688771abc17 (patch)
tree3528272564d63313c08a2701615ccabf202229a7 /lang/Makefile
parent- Fix build on 5.x (diff)
Add execline 1.05:
execline is a very light non-interactive scripting language, which is similar to /bin/sh. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors. execline features conditional loops, getopt-style option handling, filename globbing, and more. Meanwhile, its syntax is far more logical and predictable than the shell's syntax, and has no security issues. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/execline/ Approved by: krion (implicit)
Notes
Notes: svn path=/head/; revision=92085
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index b5453e92319c..1a9370c97183 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -42,6 +42,7 @@
SUBDIR += eperl
SUBDIR += erlang
SUBDIR += erlang-doc
+ SUBDIR += execline
SUBDIR += expect
SUBDIR += ezm3
SUBDIR += f2c