Add likely/unlikely macros.
[apps/pfixtools.git] / Makefile
index a46a1e4..e9e3917 100644 (file)
--- 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)