diff options
author | asami <asami@FreeBSD.org> | 1995-08-26 15:32:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-26 15:32:25 +0800 |
commit | 818683bcf42fdbbd4762791664094712a23d14ad (patch) | |
tree | 82d3c405d1921b096556aaa0854dbd4012578f96 /mail/Makefile | |
parent | 6830e9e47ee95505a99540458e1238605bbcdfba (diff) | |
download | freebsd-ports-gnome-818683bcf42fdbbd4762791664094712a23d14ad.tar.gz freebsd-ports-gnome-818683bcf42fdbbd4762791664094712a23d14ad.tar.zst freebsd-ports-gnome-818683bcf42fdbbd4762791664094712a23d14ad.zip |
Added popclient.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8c073e4d4fdb..e7671d1c8736 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,7 +1,16 @@ -# $Id: Makefile,v 1.12 1995/05/14 03:29:46 asami Exp $ +# $Id: Makefile,v 1.13 1995/07/28 04:02:16 ache Exp $ # -SUBDIR= elm elm.with_pgp metamail mh mpack pgpsendmail pine popper \ - procmail smail + SUBDIR += elm + SUBDIR += elm.with_pgp + SUBDIR += metamail + SUBDIR += mh + SUBDIR += mpack + SUBDIR += pgpsendmail + SUBDIR += pine + SUBDIR += popclient + SUBDIR += popper + SUBDIR += procmail + SUBDIR += smail .include <bsd.port.subdir.mk> |