freebsd-dev/libexec/mail.local/Makefile
1997-02-22 14:22:49 +00:00

14 lines
205 B
Makefile

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