summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-01-23 13:54:29 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-01-23 13:54:29 +0000
commit13d0c4eda7d335fadff5d8c8cec303dc240eaf22 (patch)
tree415f4db9fb8a968b3ccdc1327bdba6ae15716dbd /usr.sbin/sendmail
parent570c127a494c20fd51fe85b3b00be6a16c9b6371 (diff)
Use /var/tmp not /usr/tmp for deadletters
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile
index aa843bbe4a8..192b91f4a62 100644
--- a/usr.sbin/sendmail/src/Makefile
+++ b/usr.sbin/sendmail/src/Makefile
@@ -17,7 +17,7 @@ PROG= sendmail
# spiral snail, but it will work.
DBMDEF= -DNEWDB -DNIS
-CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO
+CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO -D_PATH_VARTMP='"/var/tmp"'
SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \