/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /mit/zephyr/src/ss/RCS/Imakefile,v $
/**/#	$Author: jtkohl $
/**/#	$Header: Imakefile,v 1.4 89/05/30 23:21:04 jtkohl Exp $
/**/#
#define have_subdirs
#define no_curdir_lint

CODE= Imakefile

SUBDIRS = lib make_commands


all::
	(cd make_commands; make ${MFLAGS} mk_cmds)
