View | Details | Raw Unified | Return to bug 62738
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 35-40 Link Here
35
.if !defined(WITH_PGSQL)
35
.if !defined(WITH_PGSQL)
36
CONFIGURE_ARGS+=	--without-pgsql
36
CONFIGURE_ARGS+=	--without-pgsql
37
.endif
37
.endif
38
.if defined(WITH_DAEMON_NAME)
39
CONFIGURE_ARGS+=    --with-daemon-name=${WITH_DAEMON_NAME}
40
.endif
38
41
39
MAN5=	syslog.conf.5
42
MAN5=	syslog.conf.5
40
MAN8=	im_bsd.8 im_tcp.8 im_udp.8 im_unix.8 om_classic.8 om_tcp.8 om_peo.8 \
43
MAN8=	im_bsd.8 im_tcp.8 im_udp.8 im_unix.8 om_classic.8 om_tcp.8 om_peo.8 \

Return to bug 62738