#
# $Id: Imakefile,v 1.5 1996/06/02 07:56:36 ghudson Exp $
# $Source: /afs/sipb.mit.edu/project/sipb-athena/repository/src/olc/server/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)

