Use /var/tmp not /usr/tmp for deadletters
authoretheisen <etheisen@openbsd.org>
Tue, 23 Jan 1996 15:14:40 +0000 (15:14 +0000)
committeretheisen <etheisen@openbsd.org>
Tue, 23 Jan 1996 15:14:40 +0000 (15:14 +0000)
usr.sbin/sendmail/src/Makefile.BSD44

index ebeacd0..db45f1a 100644 (file)
@@ -18,7 +18,7 @@ PROG= sendmail
 DBMDEF=        -DNEWDB -DNIS
 
 #nasty warning about gcc 2.4.x caused bugs 
-CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO
+CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO -D_PATH_VARTMP='"/var/tmp"'
 #CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO
 
 SRCS=  alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \