diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-24 08:51:23 +0000 |
commit | 754e03cf9e3abf78fdb52ff84d1719473df1b2cc (patch) | |
tree | 1e196db6e0501bc50670b60feab92450943fe43a /mail/Makefile | |
parent | cefbf2feab1cde75ed64df9fea227e37cdadde7e (diff) |
add vm-pop3d
A virtual POP3 server
PR: 30004
Submitted by: Gea-Suan Lin <gslin.am88@nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=46770
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index be55145dc909..a06e8f8eaf27 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -191,6 +191,7 @@ SUBDIR += tlb SUBDIR += tmda SUBDIR += vbsfilter + SUBDIR += vm-pop3d SUBDIR += vpopmail SUBDIR += vqadmin SUBDIR += vrfy |