[485] in Zephyr_Bugs
small installation bug in current Zephyr sources
daemon@ATHENA.MIT.EDU (Chris Metcalf)
Wed Jun 9 15:09:49 1993
Date: Wed, 9 Jun 93 15:09:37 -0400
From: metcalf@catfish.LCS.MIT.EDU (Chris Metcalf)
To: zephyr-bugs@Athena.MIT.EDU
The syslogd client isn't linking the man page before the install,
so it bombs out.
Chris Metcalf
*** 1.1 1993/06/09 17:36:10
--- clients/syslogd/Imakefile 1993/06/09 17:36:16
***************
*** 23,29 ****
TOBJS= logger.o syslog.o
SRCDIR= ${SRCTOP}/clients/syslogd
! CODE= ${SRCS} ${HDRS} ${TSRCS} Imakefile
#ifdef SYSLOG_COMPAT42
DEFINES = -DCOMPAT42
--- 23,29 ----
TOBJS= logger.o syslog.o
SRCDIR= ${SRCTOP}/clients/syslogd
! CODE= ${SRCS} ${HDRS} ${TSRCS} Imakefile syslogd.8
#ifdef SYSLOG_COMPAT42
DEFINES = -DCOMPAT42