X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=e9e391709a8f9bbe35892a5a7e3742f1eb29a8d5;hb=92dc834e982d4b71ce6a3fcc2c973e555afd3fcf;hp=e7f631d0c220c629ea78a693f0436f7efa705abb;hpb=19bea60570bcc4d5ed381940e613db110cd42bd3;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index e7f631d..e9e3917 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ $(INSTALL_TARGETS): install-%: % install-dir install-dir: install -d $(DESTDIR)$(prefix)/sbin install -d $(DESTDIR)/etc/pfixtools + install example/postlicyd.conf $(DESTDIR)/etc/pfixtools/postlicyd.example.conf .PHONY: clean distclean install install-dir $(SUBDIRS) $(CLEAN_TARGETS) \ $(DISTCLEAN_TARGETS) $(INSTALL_TARGETS)