blob: bfc97db3b72c06e9df24ba593d0d39e07d9bc6d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
XCOMM $XConsortium: Imakefile,v 1.1 94/02/10 20:32:47 rws Exp $
#define IHaveSubdirs
#define PassCDebugFlags
SUBDIRS = man
all::
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
|