head     1.4;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.4
date     96.01.28.15.56.20;  author svalente;  state Exp;
branches ;
next     1.3;

1.3
date     95.08.13.20.43.09;  author ghudson;  state Exp;
branches ;
next     1.2;

1.2
date     95.03.06.08.05.42;  author svalente;  state Exp;
branches ;
next     1.1;

1.1
date     95.03.05.08.26.43;  author svalente;  state Exp;
branches ;
next     ;


desc
@Imakefile
@


1.4
log
@Added makedir to the list of subdirs.
@
text
@/*
 * $Id: Imakefile,v 1.3 95/08/13 20:43:09 ghudson Exp Locker: svalente $
 */

#define ISUBDIRS wcl makepath dm xlogin console conf init
@


1.3
log
@Add init subdirectory so we can automatically install init.
@
text
@d2 1
a2 1
 * $Id: Imakefile,v 1.2 1995/03/06 08:05:42 svalente Exp ghudson $
d5 1
a5 1
#define ISUBDIRS wcl dm xlogin console conf init
@


1.2
log
@Remved "xdm" from the list of subdirs.
@
text
@d2 1
a2 1
 * $Id: Imakefile,v 1.1 1995/03/05 08:26:43 svalente Exp svalente $
d5 1
a5 1
#define ISUBDIRS wcl dm xlogin console conf 
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
 * $Id: Imakefile,v 1.5 93/04/29 17:00:08 vrt Exp $
a4 3
#if !defined(SOLARIS)
#define ISUBDIRS wcl dm xdm xlogin console conf 
#else
a5 1
#endif
@
