blob: a71daab61b8cfb76d03f1c96801ad03085a39f35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $Id: Makefile,v 1.32 1996/11/10 10:46:33 asami Exp $
#
SUBDIR += elm
SUBDIR += exim
SUBDIR += exmh
SUBDIR += fetchmail
SUBDIR += mailagent
SUBDIR += majordomo
SUBDIR += metamail
SUBDIR += mh
SUBDIR += mpack
SUBDIR += mutt
SUBDIR += mutt.with_pgp
SUBDIR += p5-Mail-Folder
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-Tools
SUBDIR += pgpsendmail
SUBDIR += pine
SUBDIR += popclient
SUBDIR += popper
SUBDIR += poppassd
SUBDIR += procmail
SUBDIR += smail
SUBDIR += youbin
SUBDIR += xfmail
SUBDIR += xlbiff
.include <bsd.port.subdir.mk>
|