#
# $Id: Imakefile,v 1.5 1991/04/18 22:27:55 lwvanels Rel bert $
# $Source: /mit/olcdev/highlander/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)

