summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-01-23 13:55:42 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-01-23 13:55:42 +0000
commit6aca712f55107b4277302aae2e94975c46034831 (patch)
tree0531ef10a9f796cf1c62e7a85f7d4a0846267cb6 /usr.sbin
parent13d0c4eda7d335fadff5d8c8cec303dc240eaf22 (diff)
Use /var/tmp not /usr/tmp for deadletters
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sendmail/src/Makefile.NetBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/Makefile.NetBSD b/usr.sbin/sendmail/src/Makefile.NetBSD
index aa843bbe4a8..192b91f4a62 100644
--- a/usr.sbin/sendmail/src/Makefile.NetBSD
+++ b/usr.sbin/sendmail/src/Makefile.NetBSD
@@ -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 \