diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-26 18:41:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-26 18:41:09 +0000 |
commit | 48c3b91e1041bcfe82123d5f4ff2f6fa7b8f999a (patch) | |
tree | 728365f717a6e37b6ca5602cfda06b2128b82000 /mail/Makefile | |
parent | 38a01f9fb355a7dfdb863df2cc49026bef79c734 (diff) |
Add popcheck, a small curses based POP3 mailbox viewer.
PR: ports/61961
Submitted by: Radim Kolar <hsn@netmag.cz>
Notes
Notes:
svn path=/head/; revision=99208
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 73c551d19f07..0a97603eb07e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -273,6 +273,7 @@ SUBDIR += pop3vscan SUBDIR += popa3d SUBDIR += popa3d-before-sendmail + SUBDIR += popcheck SUBDIR += popd SUBDIR += poppassd SUBDIR += popper |