/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

merge

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 \