freebsd-dev/libexec/mail.local/Makefile

14 lines
205 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1997-02-22 14:22:49 +00:00
# $Id$
1994-05-27 12:39:25 +00:00
PROG= mail.local
MAN8= mail.local.8
.if defined(DONT_FSYNC)
CFLAGS+= -DDONT_FSYNC
.endif
1994-05-27 12:39:25 +00:00
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>