Add WITH_DAEMON_NAME knob for setting --with-daemon-name option for

configure script.

PR:		62738
Submitted by:	Bill Melvin <Bill.Melvin@esc.edu>
This commit is contained in:
Anders Nordby 2004-05-28 11:53:48 +00:00
parent 2ddcd2421b
commit aec80564cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110181

View file

@ -35,6 +35,9 @@ CONFIGURE_ARGS+= --without-mysql
.if !defined(WITH_PGSQL)
CONFIGURE_ARGS+= --without-pgsql
.endif
.if defined(WITH_DAEMON_NAME)
CONFIGURE_ARGS+= --with-daemon-name=${WITH_DAEMON_NAME}
.endif
MAN5= syslog.conf.5
MAN8= im_bsd.8 im_tcp.8 im_udp.8 im_unix.8 om_classic.8 om_tcp.8 om_peo.8 \