/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2008-09-24 23:12:49 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080924231249-0xhjl5ydrbcjvce7
* debian/mandos-client.lintian-overrides: Ignore setuid
                                          "plugins.d/usplash".

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/usplash 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 \
151
152
                $(DESTDIR)/etc/init.d/mandos
152
153
        install --mode=u=rw,go=r default-mandos \
153
154
                $(DESTDIR)/etc/default/mandos
154
 
        if [ -z $(DESTDIR) ]; then update-rc.d mandos defaults; fi
 
155
        if [ -z $(DESTDIR) ]; then \
 
156
                update-rc.d mandos defaults 25 15;\
 
157
        fi
155
158
        gzip --best --to-stdout mandos.8 \
156
159
                > $(MANDIR)/man8/mandos.8.gz
157
160
        gzip --best --to-stdout mandos.conf.5 \
165
168
                $(PREFIX)/lib/mandos/plugins.d
166
169
        if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
167
170
                install --mode=u=rwx \
168
 
                        --directory "$(CONFDIR)/plugins.d" && \
 
171
                        --directory "$(CONFDIR)/plugins.d"; \
169
172
        fi
170
173
        install --mode=u=rwx,go=rx \
171
174
                --target-directory=$(PREFIX)/lib/mandos plugin-runner
177
180
        install --mode=u=rwxs,go=rx \
178
181
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
179
182
                plugins.d/mandos-client
180
 
        install --mode=u=rwx,go=rx \
 
183
        install --mode=u=rwxs,go=rx \
181
184
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
182
185
                plugins.d/usplash
 
186
        install --mode=u=rwxs,go=rx \
 
187
                --target-directory=$(PREFIX)/lib/mandos/plugins.d \
 
188
                plugins.d/splashy
183
189
        install initramfs-tools-hook \
184
190
                $(INITRAMFSTOOLS)/hooks/mandos
185
191
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
222
228
                $(PREFIX)/lib/mandos/plugins.d/password-prompt \
223
229
                $(PREFIX)/lib/mandos/plugins.d/mandos-client \
224
230
                $(PREFIX)/lib/mandos/plugins.d/usplash \
 
231
                $(PREFIX)/lib/mandos/plugins.d/splashy \
225
232
                $(INITRAMFSTOOLS)/hooks/mandos \
226
233
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos \
227
234
                $(INITRAMFSTOOLS)/scripts/local-top/mandos \