diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 06:18:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 06:18:28 +0000 |
commit | fc9159e814a48a4940c282f005613337582d7079 (patch) | |
tree | f7c9309cdab3c5076c871745d8b5f2458bd3de36 /mail/Makefile | |
parent | CATEGORIES+= --> CATEGORIES= (diff) |
Turned on mutt.with_pgp
Notes
Notes:
svn path=/head/; revision=4386
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index a542074da304..a71daab61b8c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 1996/11/03 21:08:42 jfitz Exp $ +# $Id: Makefile,v 1.32 1996/11/10 10:46:33 asami Exp $ # SUBDIR += elm @@ -11,6 +11,7 @@ SUBDIR += mh SUBDIR += mpack SUBDIR += mutt + SUBDIR += mutt.with_pgp SUBDIR += p5-Mail-Folder SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Tools @@ -21,8 +22,8 @@ SUBDIR += poppassd SUBDIR += procmail SUBDIR += smail - SUBDIR += xfmail SUBDIR += youbin + SUBDIR += xfmail SUBDIR += xlbiff .include <bsd.port.subdir.mk> |