diff options
author | Romain Tartière <romain@FreeBSD.org> | 2016-06-05 16:59:53 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2016-06-05 16:59:53 +0000 |
commit | 58296c9a70891d3efe84e7f478504de9ff66ad76 (patch) | |
tree | 6e57b6b904b3cab6184717af2abf177eed977c31 /sysutils/Makefile | |
parent | 38614e2e92a720f7ac8f8eb0620e82b5f8af3e2c (diff) |
Update to 3.1.0 and split agent, client and common files.
This follows upstream way of distributing the package, and allows installing
only the needed parts on a system.
PR: 208546
Submitted by: myself
Approved by: maintainer stepped back
Notes
Notes:
svn path=/head/; revision=416403
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f01792c8c0c1..6d8332a9c068 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -554,6 +554,8 @@ SUBDIR += mcollective-nettest-client SUBDIR += mcollective-nettest-common SUBDIR += mcollective-nrpe-agent + SUBDIR += mcollective-nrpe-client + SUBDIR += mcollective-nrpe-common SUBDIR += mcollective-puppet-agent SUBDIR += mcollective-puppet-client SUBDIR += mcollective-puppet-common |