/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:
141
141
install: install-server install-client-nokey
142
142
 
143
143
install-server: doc
144
 
        install --directory $(CONFDIR)
 
144
        install --directory $(CONFDIR) $(MANDIR)/man5 \
 
145
                $(MANDIR)/man8 $(DESTDIR)/etc/init.d \
 
146
                $(DESTDIR)/etc/default $(PREFIX)/sbin
145
147
        install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos
146
148
        install --mode=u=rw,go=r --target-directory=$(CONFDIR) \
147
149
                mandos.conf
160
162
                > $(MANDIR)/man5/mandos-clients.conf.5.gz
161
163
 
162
164
install-client-nokey: all doc
163
 
        install --directory $(PREFIX)/lib/mandos $(CONFDIR)
164
 
        install --directory --mode=u=rwx $(KEYDIR) \
 
165
        install --directory $(PREFIX)/lib/mandos $(CONFDIR) \
 
166
                $(MANDIR)/man8 $(PREFIX)/sbin \
 
167
                $(INITRAMFSTOOLS)/hooks \
 
168
                $(INITRAMFSTOOLS)/conf-hooks.d \
 
169
                $(INITRAMFSTOOLS)/scripts/local-top
 
170
        install --directory --mode=u=rwx $(KEYDIR)
 
171
        install --directory --mode=u=rwx \
165
172
                $(PREFIX)/lib/mandos/plugins.d
166
173
        if [ "$(CONFDIR)" != "$(PREFIX)/lib/mandos" ]; then \
167
174
                install --mode=u=rwx \
184
191
                plugins.d/usplash
185
192
        install initramfs-tools-hook \
186
193
                $(INITRAMFSTOOLS)/hooks/mandos
187
 
        install --mode=u=rw,go=r initramfs-tools-hook-conf \
 
194
        install initramfs-tools-hook-conf \
188
195
                $(INITRAMFSTOOLS)/conf-hooks.d/mandos
189
196
        install initramfs-tools-script \
190
197
                $(INITRAMFSTOOLS)/scripts/local-top/mandos