1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00
freebsd/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>