/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: 2015-07-05 21:38:01 UTC
  • mto: This revision was merged to the branch mainline in revision 759.
  • Revision ID: teddy@recompile.se-20150705213801-pi8vk0ovlumuj826
plugin-helpers/mandos-client-iprouteadddel.c: Fix #include lines.
(main): Fix minor typo in error message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
endif
25
25
#COVERAGE=--coverage
26
26
OPTIMIZE=-Os -fno-strict-aliasing
27
 
LANGUAGE=-std=gnu11
 
27
LANGUAGE=-std=gnu99
28
28
htmldir=man
29
29
version=1.6.9
30
30
SED=sed
360
360
install-client-nokey: all doc
361
361
        install --directory $(LIBDIR)/mandos $(CONFDIR)
362
362
        install --directory --mode=u=rwx $(KEYDIR) \
363
 
                $(LIBDIR)/mandos/plugins.d \
364
 
                $(LIBDIR)/mandos/plugin-helpers
 
363
                $(LIBDIR)/mandos/plugins.d
365
364
        if [ "$(CONFDIR)" != "$(LIBDIR)/mandos" ]; then \
366
365
                install --mode=u=rwx \
367
366
                        --directory "$(CONFDIR)/plugins.d"; \
391
390
        install --mode=u=rwxs,go=rx \
392
391
                --target-directory=$(LIBDIR)/mandos/plugins.d \
393
392
                plugins.d/plymouth
394
 
        install --mode=u=rwxs,go=rx \
395
 
                --target-directory=$(LIBDIR)/mandos/plugin-helpers \
396
 
                plugin-helpers/mandos-client-iprouteadddel
397
393
        install initramfs-tools-hook \
398
394
                $(INITRAMFSTOOLS)/hooks/mandos
399
395
        install --mode=u=rw,go=r initramfs-tools-hook-conf \