/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:
1
1
WARN=-O -Wall -Wformat=2 -Winit-self -Wmissing-include-dirs \
2
2
        -Wswitch-default -Wswitch-enum -Wunused-parameter \
3
 
        -Wstrict-aliasing=2 -Wextra -Wfloat-equal -Wundef -Wshadow \
 
3
        -Wstrict-aliasing=1 -Wextra -Wfloat-equal -Wundef -Wshadow \
4
4
        -Wunsafe-loop-optimizations -Wpointer-arith \
5
5
        -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings \
6
6
        -Wconversion -Wstrict-prototypes -Wold-style-definition \
285
285
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
286
286
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos
287
287
        install initramfs-tools-script \
288
 
                $(INITRAMFSTOOLS)/scripts/local-top/mandos
 
288
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos
289
289
        install --mode=u=rw,go=r plugin-runner.conf $(CONFDIR)
290
290
        gzip --best --to-stdout mandos-keygen.8 \
291
291
                > $(MANDIR)/man8/mandos-keygen.8.gz
332
332
                $(PREFIX)/lib/mandos/plugins.d/askpass-fifo \
333
333
                $(INITRAMFSTOOLS)/hooks/mandos \
334
334
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
335
 
                $(INITRAMFSTOOLS)/scripts/local-top/mandos \
 
335
                $(INITRAMFSTOOLS)/scripts/init-premount/mandos \
336
336
                $(MANDIR)/man8/plugin-runner.8mandos.gz \
337
337
                $(MANDIR)/man8/mandos-keygen.8.gz \
338
338
                $(MANDIR)/man8/password-prompt.8mandos.gz \