diff options
-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> |