diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 15:27:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 15:27:16 +0000 |
commit | 60462b1beeb120a4089be356e1b196bd6e2a1add (patch) | |
tree | 775ce688792c53029ab53078fcb080c80c4073a7 | |
parent | E-mail privacy package, support anon remailers, PGP, nyms (diff) |
Add premail
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index e10cfec7f457..97db5ca24902 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1996/12/31 21:31:14 peter Exp $ +# $Id: Makefile,v 1.38 1997/01/10 02:39:48 pst Exp $ # SUBDIR += elm @@ -24,6 +24,7 @@ SUBDIR += popclient SUBDIR += poppassd SUBDIR += popper + SUBDIR += premail SUBDIR += procmail SUBDIR += smail SUBDIR += xfaces |