227008ec0f
There are other packages that provide a logger program like util-linux We should respekt that Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
13 lines
203 B
Makefile
13 lines
203 B
Makefile
dist_man1_MANS =
|
|
dist_man3_MANS = syslogp.3
|
|
dist_man5_MANS = syslog.conf.5
|
|
dist_man8_MANS = syslogd.8
|
|
|
|
if ENABLE_KLOGD
|
|
dist_man8_MANS += klogd.8
|
|
endif
|
|
|
|
if ENABLE_LOGGER
|
|
dist_man1_MANS += logger.1
|
|
endif
|