summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-08-19 07:10:14 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-08-19 07:10:14 +0000
commit0d060af5671f45786ead2f17f8c3d556d9b95387 (patch)
tree3a39e743fd320a4d94d22f2998916ce49641541d /net/Makefile
parentMajor upgrade of a2ps. The feature that I liked most was the (diff)
Re-sort SUBDIRS
Notes
Notes: svn path=/head/; revision=7617
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile
index 0c0e1bfbf964..f239deb02754 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.116 1997/07/29 09:23:58 tg Exp $
+# $Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp $
#
SUBDIR += archie
@@ -32,9 +32,9 @@
SUBDIR += ldap
SUBDIR += libsocket++
SUBDIR += mirror
+ SUBDIR += moxftp
SUBDIR += mpd
SUBDIR += mrtg
- SUBDIR += moxftp
SUBDIR += ncftp
SUBDIR += ncftp2
SUBDIR += netatalk
@@ -70,14 +70,14 @@
SUBDIR += trafshow
SUBDIR += ucd-snmp
SUBDIR += wais
- SUBDIR += wide-dhcp
SUBDIR += wget
+ SUBDIR += wide-dhcp
SUBDIR += wu-ftpd
SUBDIR += xarchie
SUBDIR += xipmsg
SUBDIR += yale-tftpd
SUBDIR += ytalk
- SUBDIR += zircon
SUBDIR += zephyr
+ SUBDIR += zircon
.include <bsd.port.subdir.mk>