386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Thu, 17 Jan 1991 22:39:47 +0000 (14:39 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Thu, 17 Jan 1991 22:39:47 +0000 (14:39 -0800)
Work on file usr/src/libexec/mail.local/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/libexec/mail.local/Makefile [new file with mode: 0644]

diff --git a/usr/src/libexec/mail.local/Makefile b/usr/src/libexec/mail.local/Makefile
new file mode 100644 (file)
index 0000000..90635a8
--- /dev/null
@@ -0,0 +1,8 @@
+#      @(#)Makefile    5.3 (Berkeley) 1/17/91
+
+PROG=  mail.local
+MAN8=  mail.local.0
+BINOWN=        root
+BINMODE=4555
+
+.include <bsd.prog.mk>