/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-26 19:47:21 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080926194721-r8pm2p876hcf9xay
* Makefile (PLUGINS): Added "plugins.d/askpass-fifo".
  (install-client-nokey): - '' -

* debian/mandos-client.lintian-overrides: Added "plugins.d/askpass-fifo".

* plugins.d/askpass-fifo.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/usplash plugins.d/splashy
 
59
        plugins.d/usplash plugins.d/splashy plugins.d/askpass-fifo
60
60
PROGS=plugin-runner $(PLUGINS)
61
61
DOCS=mandos.8 plugin-runner.8mandos mandos-keygen.8 \
62
62
        plugins.d/mandos-client.8mandos \
186
186
        install --mode=u=rwxs,go=rx \
187
187
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
188
188
                plugins.d/splashy
 
189
        install --mode=u=rwxs,go=rx \
 
190
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
 
191
                plugins.d/askpass-fifo
189
192
        install initramfs-tools-hook \
190
193
                $(INITRAMFSTOOLS)/hooks/mandos
191
194
        install --mode=u=rw,go=r initramfs-tools-hook-conf \