mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
9 lines
145 B
Makefile
9 lines
145 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
PROG= mail.local
|
|
MAN8= mail.local.8
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|