diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2012-04-12 12:09:31 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2012-04-12 12:09:31 +0000 |
commit | 9de44a542c6cec93ab8ca1fce6c0befef88a47bf (patch) | |
tree | e7a00c736d703502e0f865f200f769533d689b85 /gnu/usr.sbin | |
parent | 7edd9ade6fd2bd173f58e6c43df92e49debd819b (diff) |
Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace
with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h.
From brad@comstyle.com. okay guenther@
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index f3463570877..513c950a95a 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2008/10/03 16:29:05 millert Exp $ +# $OpenBSD: Makefile,v 1.25 2012/04/12 12:09:30 kurt Exp $ # # Makefile for configuration files. # @@ -31,7 +31,7 @@ RM= rm -f ALL= openbsd-submit.cf clientproto.cf tcpproto.cf openbsd-localhost.cf \ openbsd-proto.cf courtesan.cf courtesan-nonet.cf openbsd-lists.cf \ - openbsd-bulk.cf lucifier.cf corpse.cf knecht.cf + openbsd-bulk.cf lucifier.cf corpse.cf knecht.cf dockconfig.cf all: $(ALL) @@ -57,13 +57,15 @@ install: fi; \ fi -distribution: openbsd-proto.cf openbsd-localhost.cf openbsd-submit.cf +distribution: openbsd-proto.cf openbsd-localhost.cf openbsd-submit.cf dockconfig.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \ ${DESTDIR}/etc/mail/sendmail.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-localhost.cf \ ${DESTDIR}/etc/mail/localhost.cf ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-submit.cf \ ${DESTDIR}/etc/mail/submit.cf + ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 dockconfig.cf \ + ${DESTDIR}/etc/mail/dockconfig.cf # this is overkill, but.... M4FILES=\ |