/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

#define	IHaveSubdirs

SUBDIRS = $(SYS_OS_ARCH)

#ifndef SCOunix

all:: init

init:
	rm -f machine
	$(LN) $(SYS_OS_ARCH) machine
#endif
