diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-01 01:59:38 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-01 01:59:38 +0000 |
commit | 7b8e7fb28ee304ed9175f6e817937e253a06ccab (patch) | |
tree | 0bc4f0954d71ceba8df3029d73ac4e89afb4751f | |
parent | 48b8681de7fbb7555c85c94c997555a4bcf706b6 (diff) | |
download | FreeBSD-ports-7b8e7fb28ee304ed9175f6e817937e253a06ccab.zip FreeBSD-ports-7b8e7fb28ee304ed9175f6e817937e253a06ccab.tar.gz |
share smtpd with the world
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4ef6951..a435460 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.54 1998/01/09 05:01:09 andreas Exp $ +# $Id: Makefile,v 1.55 1998/01/30 05:20:37 itojun Exp $ # SUBDIR += adcomplain @@ -39,6 +39,7 @@ SUBDIR += procmail SUBDIR += rblcheck SUBDIR += smail + SUBDIR += smtpd SUBDIR += smtpfeed SUBDIR += tkrat SUBDIR += xfaces |