/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2009-01-10 03:26:15 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090110032615-45g8593qgkc0uga2
* Makefile (run-client): Pass $(CLIENTARGS) to plugin-runner.
  (run-server): Pass $(SERVERARGS) to server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
run-client: all keydir/seckey.txt keydir/pubkey.txt
204
204
        ./plugin-runner --plugin-dir=plugins.d \
205
205
                --config-file=plugin-runner.conf \
206
 
                --options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt
 
206
                --options-for=mandos-client:--seckey=keydir/seckey.txt,--pubkey=keydir/pubkey.txt \
 
207
                $(CLIENTARGS)
207
208
 
208
209
# Used by run-client
209
210
keydir/seckey.txt keydir/pubkey.txt: mandos-keygen
212
213
 
213
214
# Run the server with a local config
214
215
run-server: confdir/mandos.conf confdir/clients.conf
215
 
        ./mandos --debug --configdir=confdir
 
216
        ./mandos --debug --configdir=confdir $(SERVERARGS)
216
217
 
217
218
# Used by run-server
218
219
confdir/mandos.conf: mandos.conf