Enable the use of nanosleep() instead of using pause() and signals.

This Makefile change can be removed when the next version of sendmail
is imported as it will have this built in to the FreeBSD conf.h section.

Submitted by:	John Marshall
MFC after:	3 days
This commit is contained in:
Gregory Neil Shapiro 2010-03-04 05:53:06 +00:00
parent cefb7b77f8
commit f37de12bbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204691

View File

@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
CFLAGS+=-DHAVE_NANOSLEEP
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DNETINET6