/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: 2013-10-22 19:44:27 UTC
  • Revision ID: teddy@recompile.se-20131022194427-53aljns3225rf0p7
* mandos-change-keytype: Removed; it was a five-line shell script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
                --target-directory=$(PREFIX)/lib/mandos plugin-runner
340
340
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
341
341
                mandos-keygen
342
 
        install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \
343
 
                mandos-change-keytype
344
342
        install --mode=u=rwx,go=rx \
345
343
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
346
344
                plugins.d/password-prompt
409
407
        ! grep --regexp='^ *[^ #].*keyscript=[^,=]*/mandos/' \
410
408
                $(DESTDIR)/etc/crypttab
411
409
        -rm --force $(PREFIX)/sbin/mandos-keygen \
412
 
                $(PREFIX)/sbin/mandos-change-keytype \
413
410
                $(PREFIX)/lib/mandos/plugin-runner \
414
411
                $(PREFIX)/lib/mandos/plugins.d/password-prompt \
415
412
                $(PREFIX)/lib/mandos/plugins.d/mandos-client \