diff options
author | fenner <fenner@FreeBSD.org> | 1997-08-19 15:10:14 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-08-19 15:10:14 +0800 |
commit | a8bfa539bad81959b5a72e8699a31eb56e6e5a80 (patch) | |
tree | b1346e6a5d6ad52da4724230b167656a1709fd9c /net/Makefile | |
parent | f421b8eb10d6c98ab1d3026d1e25cdd455e9bb99 (diff) | |
download | freebsd-ports-gnome-a8bfa539bad81959b5a72e8699a31eb56e6e5a80.tar.gz freebsd-ports-gnome-a8bfa539bad81959b5a72e8699a31eb56e6e5a80.tar.zst freebsd-ports-gnome-a8bfa539bad81959b5a72e8699a31eb56e6e5a80.zip |
Re-sort SUBDIRS
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 8 |
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> |