blob: 2ca7c9b5f1bcb2f2d6d149ed090dcf45ce87a9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
XCOMM $XConsortium: Imakefile,v 1.7 94/02/10 13:36:19 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = man
all::
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|