6bb6672ebf
This patch removes one of the traditionally key pieces of the sysklogd project, klogd. Now that syslogd performs logging of kernel messages we no longer require a separate daemon for that. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
9 lines
154 B
Makefile
9 lines
154 B
Makefile
dist_man1_MANS =
|
|
dist_man3_MANS = syslogp.3
|
|
dist_man5_MANS = syslog.conf.5
|
|
dist_man8_MANS = syslogd.8
|
|
|
|
if ENABLE_LOGGER
|
|
dist_man1_MANS += logger.1
|
|
endif
|