# $Id: Imakefile,v 4.4 92/12/08 19:18:36 tytso Exp $
#
# Copyright 1987 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Intermediate level makefile for `util' directory.

#ifdef LOCAL_makedepend
#define have_subdirs
MD_SUBDIRS = makedepend
#endif

#ifdef LOCAL_LIBS
#define have_subdirs
LL_SUBDIRS = et ss
#endif

#ifdef have_subdirs
SUBDIRS= $(MD_SUBDIRS) $(LL_SUBDIRS)
#endif

CODE=Imakefile bsdinst.sh checkSysV.sh lndir.sh

#ifdef LOCAL_IMAKE
do_subdirs_no_imakefile(imake)
#endif




