/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-23 18:46:17 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080923184617-r2rd8r7o2jvgz5ey
* Makefile (PLUGINS, uninstall-client,
            install-client-nokey): Added "plugins.d/splashy".

* plugin-runner.c: Change in comments.

* plugins.d/splashy: Removed; replaced by "splashy.c".
* plugins.d/splashy.c: New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
# DocBook-to-man post-processing to fix a '\n' escape bug
56
56
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
57
57
 
58
 
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client
 
58
PLUGINS=plugins.d/password-prompt plugins.d/mandos-client \
 
59
        plugins.d/splashy
59
60
PROGS=plugin-runner $(PLUGINS)
60
61
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
61
62
        plugins.d/mandos-client.8mandos \
182
183
        install --mode=u=rwx,go=rx \
183
184
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
184
185
                plugins.d/usplash
 
186
        install --mode=u=rwxs,go=rx \
 
187
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
 
188
                plugins.d/splashy
185
189
        install initramfs-tools-hook \
186
190
                $(INITRAMFSTOOLS)/hooks/mandos
187
191
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
224
228
                $(PREFIX)/lib/mandos/plugins.d/password-prompt \
225
229
                $(PREFIX)/lib/mandos/plugins.d/mandos-client \
226
230
                $(PREFIX)/lib/mandos/plugins.d/usplash \
 
231
                $(PREFIX)/lib/mandos/plugins.d/splashy \
227
232
                $(INITRAMFSTOOLS)/hooks/mandos \
228
233
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
229
234
                $(INITRAMFSTOOLS)/scripts/local-top/mandos \