diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 08:30:42 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-06-11 08:30:42 +0000 |
commit | 35d83b93949f827928756c68751e1b1355aee11d (patch) | |
tree | a1ce1ebdb33434e065b8f3ea01775db2bfae6f36 /mail/Makefile | |
parent | A simple GTK based email client. (diff) |
add spruce
Notes
Notes:
svn path=/head/; revision=19419
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 dc8b2a170e66..f7d7f3447649 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.90 1999/05/03 02:59:36 steve Exp $ +# $Id: Makefile,v 1.91 1999/05/09 17:32:14 steve Exp $ # SUBDIR += adcomplain @@ -72,6 +72,7 @@ SUBDIR += smail SUBDIR += smtpd SUBDIR += smtpfeed + SUBDIR += spruce SUBDIR += tkrat SUBDIR += wmmail SUBDIR += wmpop3 |