summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-26 08:46:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-26 08:46:54 +0000
commit150f0c5833c198f876bebdda1178e360dd79d0dc (patch)
tree2848d94f38252c4cf142b39874c62d2c9c3357f1 /mail
parentMake this thing actually compile without Motif. (diff)
Sort.
Notes
Notes: svn path=/head/; revision=4679
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile6
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>