diff options
-rw-r--r-- | audio/Makefile | 4 | ||||
-rw-r--r-- | lang/Makefile | 4 | ||||
-rw-r--r-- | net/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/Makefile b/audio/Makefile index 023e98bf1d5..5cf2f94a9f4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1994/10/23 02:23:36 torstenb Exp $ +# $Id: Makefile,v 1.3 1994/11/04 01:54:32 jkh Exp $ # -SUBDIR= nas tracker sox +SUBDIR= nas sox .include <bsd.port.subdir.mk> diff --git a/lang/Makefile b/lang/Makefile index 825b72d1f27..27c2ba3c3f8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 1994/10/06 01:36:56 jkh Exp $ +# $Id: Makefile,v 1.6 1994/10/22 23:07:12 jkh Exp $ # -SUBDIR= itcl logo p2c tcl tclX +SUBDIR= logo p2c tcl tclX .include <bsd.port.subdir.mk> diff --git a/net/Makefile b/net/Makefile index 7c44f8afbf9..7a82c958bf3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.14 1994/11/06 10:25:02 ache Exp $ +# $Id: Makefile,v 1.15 1994/11/07 17:33:24 ache Exp $ # # XXX ncftp moved to core distribution # SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \ - pcnfsd pidentd pmf sup tcpblast wais wu-ftpd yale-tftpd tcp_wrapper + pcnfsd pmf sup tcpblast wu-ftpd tcp_wrapper .include <bsd.port.subdir.mk> |