386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 20 Apr 1991 23:07:58 +0000 (15:07 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sat, 20 Apr 1991 23:07:58 +0000 (15:07 -0800)
Work on file usr/src/bin/rmail/Makefile

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

usr/src/bin/rmail/Makefile [new file with mode: 0644]

diff --git a/usr/src/bin/rmail/Makefile b/usr/src/bin/rmail/Makefile
new file mode 100644 (file)
index 0000000..c575539
--- /dev/null
@@ -0,0 +1,6 @@
+#      @(#)Makefile    5.2 (Berkeley) 4/20/91
+
+PROG=  rmail
+MAN8=  rmail.0
+
+.include <bsd.prog.mk>