diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-03-18 11:12:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-03-18 11:12:04 +0000 |
commit | be3a678fba94518cbe70ea5b0d95a79719b85b70 (patch) | |
tree | 78195141829942b3df2c1995f6d9d64e09967037 /textproc/Makefile | |
parent | d761d9df951e66518bf3661c5a9bbaabdcfd13a5 (diff) |
Add a port of confget-1.01, a simple tool to read variables from
configuration files and display their values in a way suitable for
use in shell scripts.
Notes
Notes:
svn path=/head/; revision=230353
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 92704a27592f..b5560a2f9ed1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -63,6 +63,7 @@ SUBDIR += code2html SUBDIR += cole SUBDIR += colordiff + SUBDIR += confget SUBDIR += cost SUBDIR += crimson SUBDIR += cs-aspell |