head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2002.03.25.22.32.00;	author simons;	state Exp;
branches;
next	;


desc
@@


1.1
log
@FTP and telnet working on or1ksim.
@
text
@
.EXPORT_ALL_VARIABLES:

DIRS = ftp


all:
	for i in $(DIRS) ; do make -C $$i ; done

clean:
	for i in $(DIRS) ; do make -C $$i clean ; done


@
