diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-26 07:32:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-26 07:32:25 +0000 |
commit | 51801a024f2e49dd541e31d58b298ac2e58c269a (patch) | |
tree | 0d3a1859b64f39d0cb21c71140c5c6f952871a88 /mail/Makefile | |
parent | 58977e7abe7a420271935f917034ee634534fd40 (diff) | |
download | ports-51801a024f2e49dd541e31d58b298ac2e58c269a.tar.gz ports-51801a024f2e49dd541e31d58b298ac2e58c269a.zip |
Notes
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> |