X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=e9e391709a8f9bbe35892a5a7e3742f1eb29a8d5;hb=146b8bb68c6280fbf701337f689f8d84b7ff1ff6;hp=a46a1e473e44aa2da4cd4faebe374e4784693868;hpb=8977d252fc44ae953df4bde4a2f1c5895beea4e0;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index a46a1e4..e9e3917 100644 --- a/Makefile +++ b/Makefile @@ -60,12 +60,13 @@ $(CLEAN_TARGETS): clean-%: $(DISTCLEAN_TARGETS): distclean-%: make -C $* distclean -$(INSTALL_TARGETS): install-%: install-dir +$(INSTALL_TARGETS): install-%: % install-dir make -C $* install 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)