freebsd-dev/usr.sbin/sendmail/mail.local/Makefile
Peter Wemm b0591e84e9 Merge in our changes from src/libexec/mail.local. This version doesn't
violate disk quotas, has more robust locking, is still being developed,
etc.  The main changes merged in were the ability to not fsync() the
mailbox, not do biff/comsat broadcasts, man page fixes.
1996-10-29 05:22:52 +00:00

14 lines
219 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= mail.local
MAN8= mail.local.8
.if defined(DONT_FSYNC)
CFLAGS+= -DDONT_FSYNC
.endif
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
BINDIR= /usr/libexec
.include <bsd.prog.mk>