diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-26 06:18:55 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-26 06:18:55 +0000 |
commit | f185bf7f09d364269a9c6dcee37a105241cf240f (patch) | |
tree | a0ed2782ab2ff5ad5db9841d4dc4cd101011351e /bin/rmail/Makefile | |
parent | c5df1ac6c773cd8f0c6fafa23187dfcfe122bee2 (diff) | |
parent | e3cfc8ce61f788739c66445d903f8beacb40c93d (diff) | |
download | FreeBSD-src-f185bf7f09d364269a9c6dcee37a105241cf240f.zip FreeBSD-src-f185bf7f09d364269a9c6dcee37a105241cf240f.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r1556,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'bin/rmail/Makefile')
-rw-r--r-- | bin/rmail/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile new file mode 100644 index 0000000..eb2fb48 --- /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> |