#
# $Id: Imakefile,v 1.5 91/04/18 22:27:55 lwvanels Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/RCS/Imakefile,v $
# Copyright (C) 1991 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h".
#

#define IHaveSubdirs
#if HaveDiscuss
LUMBERJACK= lumberjack
#else
LUMBERJACK=
#endif

#if HaveSysWrited
WRITED=
#else
WRITED= writed
#endif

SUBDIRS= $(LUMBERJACK) rpd polld olcd olcm $(WRITED)

