freebsd-nq/usr.sbin/sendmail/mail.local/Makefile
Peter Wemm aedbf2687d Convert the DONT_FSYNC compile time option to a runtime option (like
nobiff).  The options to turn these on are specified in the
LOCAL_MAILER_ARGS define the the sendmail.mc that you build from.
1996-10-29 05:35:24 +00:00

11 lines
166 B
Makefile

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