diff options
author | 1996-01-23 13:54:28 +0000 | |
---|---|---|
committer | 1996-01-23 13:54:28 +0000 | |
commit | 482d238d474b6534171a9e01c1338eb4cc348b85 (patch) | |
tree | c44ac781f27e7f050f64bfa0c6a0a89c6302a962 | |
parent | Removed extra brace. (diff) | |
download | wireguard-openbsd-482d238d474b6534171a9e01c1338eb4cc348b85.tar.xz wireguard-openbsd-482d238d474b6534171a9e01c1338eb4cc348b85.zip |
Use /var/tmp not /usr/tmp for deadletters
-rw-r--r-- | usr.sbin/sendmail/src/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/sendmail/src/Makefile.NetBSD | 2 |
2 files changed, 2 insertions, 2 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 \ 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 \ |