f84f405c03
fsync here cause real disk trashing when large UUCP mail chanks parsed.
11 lines
171 B
Makefile
11 lines
171 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
PROG= mail.local
|
|
MAN8= mail.local.8
|
|
# CFLAGS+= -DEXTRA_SAFETY
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|