diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 16:46:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 16:46:54 +0800 |
commit | 240f4dac0e6ff0e6b20ea63246ce74e83b7cfcbb (patch) | |
tree | 1fe0a8d03e7b5924e30e43b472959edb95a90a44 /mail | |
parent | 0e351c76b8e387429f008cecee24ce06baa1abce (diff) | |
download | freebsd-ports-gnome-240f4dac0e6ff0e6b20ea63246ce74e83b7cfcbb.tar.gz freebsd-ports-gnome-240f4dac0e6ff0e6b20ea63246ce74e83b7cfcbb.tar.zst freebsd-ports-gnome-240f4dac0e6ff0e6b20ea63246ce74e83b7cfcbb.zip |
Sort.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index a71daab61b8c..92379d175c72 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1996/11/10 10:46:33 asami Exp $ +# $Id: Makefile,v 1.33 1996/11/11 06:18:28 obrien Exp $ # SUBDIR += elm @@ -18,12 +18,12 @@ SUBDIR += pgpsendmail SUBDIR += pine SUBDIR += popclient - SUBDIR += popper SUBDIR += poppassd + SUBDIR += popper SUBDIR += procmail SUBDIR += smail - SUBDIR += youbin SUBDIR += xfmail SUBDIR += xlbiff + SUBDIR += youbin .include <bsd.port.subdir.mk> |