diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-01 09:59:38 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-01 09:59:38 +0800 |
commit | 7b8e7fb28ee304ed9175f6e817937e253a06ccab (patch) | |
tree | 0bc4f0954d71ceba8df3029d73ac4e89afb4751f /mail/Makefile | |
parent | 48b8681de7fbb7555c85c94c997555a4bcf706b6 (diff) | |
download | freebsd-ports-gnome-7b8e7fb28ee304ed9175f6e817937e253a06ccab.tar.gz freebsd-ports-gnome-7b8e7fb28ee304ed9175f6e817937e253a06ccab.tar.zst freebsd-ports-gnome-7b8e7fb28ee304ed9175f6e817937e253a06ccab.zip |
share smtpd with the world
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 4ef69510a866..a4354603a966 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 |