diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-02 21:49:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-02 21:49:22 +0000 |
commit | 685c7f414b404a337c9aa7189bced1a8a221a6cb (patch) | |
tree | af822ef8a19a06ed065f411aa3377c383980c607 /mail/Makefile | |
parent | Correct it a bit (diff) |
Add elm+pgp+mime
Notes
Notes:
svn path=/head/; revision=2516
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 35c2c0a9ab30..fa9dbb69e344 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.17 1995/12/02 20:40:30 ache Exp $ +# $Id: Makefile,v 1.18 1995/12/02 21:19:49 ache Exp $ # SUBDIR += elm SUBDIR += elm+mime SUBDIR += elm+pgp + SUBDIR += elm+pgp+mime SUBDIR += metamail SUBDIR += mh SUBDIR += mpack |