head     1.1;
branch   1.1.1;
access   ;
symbols  LTP_20031204:1.1.1.1 LINUX_TEST_PROJECT:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.12.31.09.00.19;  author mtm;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.12.31.09.00.19;  author mtm;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@SUBDIRS = `ls */Makefile | sed "s/Makefile//g"`

all:
	@@set -e; rm -f ftp6 2>/dev/null;ln -fs ../tcp_cmds/ftp ftp6
	@@set -e; rm -f rcp6 2>/dev/null;ln -fs ../tcp_cmds/rcp rcp6
	@@set -e; rm -f rlogin6 2>/dev/null;ln -fs ../tcp_cmds/rlogin rlogin6
	@@set -e; rm -f rsh6 2> /dev/null;ln -fs ../tcp_cmds/rsh rsh6
	@@set -e; rm -f rwho6 2> /dev/null;ln -fs ../tcp_cmds/rwho rwho6
	@@set -e; rm -f telnet6 2> /dev/null;ln -fs ../tcp_cmds/telnet telnet6
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done

install:
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done

clean:
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i clean ; done
	@@rm -f ftp6
	@@rm -f rcp6
	@@rm -f rlogin6
	@@rm -f rsh6
	@@rm -f rwho6
	@@rm -f telnet6

@


1.1.1.1
log
@Initial import of the Linux Test Project (http://ltp.sourceforge.net).

This import is minus the Posix test suite, which will be imported separately,
and the HPI suite, which doesn't concern us.
@
text
@@
