diff options
Diffstat (limited to 'libexec/mail.local/Makefile')
-rw-r--r-- | libexec/mail.local/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile new file mode 100644 index 0000000..e8556d8 --- /dev/null +++ b/libexec/mail.local/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 7/19/93 + +PROG= mail.local +MAN8= mail.local.0 +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg + +.include <bsd.prog.mk> |