mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
e2326c6ef6
original one. Suggested by: peter
13 lines
198 B
Makefile
13 lines
198 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
|
|
|
|
.include <bsd.prog.mk>
|