blob: 4d0ddc4b6c42248a07e3aa2bcdb7bc0c463dedba (
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
30
31
32
33
34
35
36
37
38
39
|
# $NetBSD: Makefile,v 1.7 1998/02/18 12:03:26 frueauf Exp $
# FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp
#
# SUBDIR += bulk_mailer
# SUBDIR += cucipop
# SUBDIR += cyrus
SUBDIR += elm
# SUBDIR += exim
SUBDIR += exmh
# SUBDIR += faces
# SUBDIR += fetchmail
# SUBDIR += imap-uw
# SUBDIR += mailagent
# SUBDIR += majorcool
# SUBDIR += majordomo
SUBDIR += metamail
# SUBDIR += mew
# SUBDIR += mh
SUBDIR += mutt
SUBDIR += nmh
# SUBDIR += p5-Mail-Folder
# SUBDIR += p5-Mail-POP3Client
# SUBDIR += p5-Mail-Tools
# SUBDIR += pgpsendmail
SUBDIR += pine
# SUBDIR += popclient
# SUBDIR += poppassd
# SUBDIR += popper
# SUBDIR += premail
# SUBDIR += procmail
SUBDIR += qpopper
# SUBDIR += smail
# SUBDIR += xfaces
# SUBDIR += xfmail
# SUBDIR += xlbiff
# SUBDIR += youbin
.include <bsd.port.subdir.mk>
|