diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-08-19 07:10:14 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-08-19 07:10:14 +0000 |
commit | 0d060af5671f45786ead2f17f8c3d556d9b95387 (patch) | |
tree | 3a39e743fd320a4d94d22f2998916ce49641541d /net | |
parent | 1506869809c051d78e088db187a56b7418d4b085 (diff) |
Notes
Diffstat (limited to 'net')
-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> |