/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: 2008-09-24 23:03:31 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080924230331-2qvhppypeo852ksr
* Makefile (PLUGINS): Added "plugins.d/usplash".
  (install-client-nokey): Add setuid bit on "plugins.d/usplash".

* plugins.d/splashy.c (main): Move "sret" to top.

* plugins.d/usplash: Removed.
* plugins.d/usplash.c: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
57
57
 
58
58
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
59
 
        plugins.d/splashy
 
59
        plugins.d/usplash plugins.d/splashy
60
60
PROGS=plugin-runner $(PLUGINS)
61
61
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
62
62
        plugins.d/mandos-client.8mandos \
180
180
        install --mode=u=rwxs,go=rx \
181
181
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
182
182
                plugins.d/mandos-client
183
 
        install --mode=u=rwx,go=rx \
 
183
        install --mode=u=rwxs,go=rx \
184
184
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
185
185
                plugins.d/usplash
186
186
        install --mode=u=rwxs,go=rx \