diff options
author | Dan Langille <dvl@FreeBSD.org> | 2020-07-15 19:52:34 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2020-07-15 19:52:34 +0000 |
commit | bd77006d8960885bbb92c9e17eea54d18071c4a8 (patch) | |
tree | ae3aaa001c8333edb46328a5a5bdd775965868ba /www/Makefile | |
parent | 0c001256e87c07bc9a49e869326764f0e095a0d9 (diff) |
Add the server side of SamDrucker
SamDrucker is a collection of small components which create a centralized list
of all packages on all hosts.
The client is at sysutils/samdruckerclientshell
Notes
Notes:
svn path=/head/; revision=542286
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7865c21020b0..825f59c1887e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2104,6 +2104,7 @@ SUBDIR += sabredav SUBDIR += sahi SUBDIR += sakai + SUBDIR += samdruckerserver SUBDIR += sarg SUBDIR += scloader SUBDIR += script4rss |