aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-26 06:18:55 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-26 06:18:55 +0000
commit4b88c807ea9c629dc5691abc7e3cac9ea0d776dd (patch)
treea0ed2782ab2ff5ad5db9841d4dc4cd101011351e /bin/rmail/Makefile
parent02fab103c2c95a70fba081eca1f9c05e6665b872 (diff)
downloadsrc-4b88c807ea9c629dc5691abc7e3cac9ea0d776dd.tar.gz
src-4b88c807ea9c629dc5691abc7e3cac9ea0d776dd.zip
BSD 4.4 Lite bin Sources
Notes
Notes: svn path=/head/; revision=1556
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r--bin/rmail/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
new file mode 100644
index 000000000000..eb2fb4800850
--- /dev/null
+++ b/bin/rmail/Makefile
@@ -0,0 +1,6 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= rmail
+MAN8= rmail.0
+
+.include <bsd.prog.mk>