From dc30dd7530cee426bbb30425e255868ffa635c13 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 1 Sep 2018 01:12:46 +0200 Subject: Add tiny klogd implementation Signed-off-by: David Oberhollenzer --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 648631a..063a8e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,10 +22,7 @@ include cmd/Makemodule.am include initd/Makemodule.am include scripts/Makemodule.am include services/Makemodule.am - -if USYSLOGD include syslogd/Makemodule.am -endif install-exec-hook: (cd $(DESTDIR)$(sbindir); $(LN_S) shutdown reboot) @@ -57,3 +54,6 @@ install-data-local: if USYSLOGD $(LN_S) $(TEMPLATEDIR)/usyslogd $(DESTDIR)$(SVCDIR)/usyslogd endif +if KLOGD + $(LN_S) $(TEMPLATEDIR)/klogd $(DESTDIR)$(SVCDIR)/klogd +endif -- cgit v1.2.3