diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-05-29 17:11:38 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-05-29 17:11:38 +0000 |
commit | 4c8736f8f1f68a11164aa1aacb5e043948970220 (patch) | |
tree | 12913f806761605eaf553780c49cc1db38d948c2 /sysutils/Makefile | |
parent | 1cb2ec951e2c08fdb14b1ff16a2844f66cf0d416 (diff) |
Contractor is an extension service that allows applications to use the
exposed functionnality of registered apps. This way, applications don't have
to have the functions hard coded into them.
WWW: https://launchpad.net/contractor
Notes
Notes:
svn path=/head/; revision=355715
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d6aab9750cb1..1cfb6b9f5a83 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -134,6 +134,7 @@ SUBDIR += consolehm SUBDIR += consolekit SUBDIR += contool + SUBDIR += contractor SUBDIR += copytape SUBDIR += coreutils SUBDIR += cotty |