diff options
author | dpw <empty> | 1995-07-07 20:03:23 +0000 |
---|---|---|
committer | dpw <empty> | 1995-07-07 20:03:23 +0000 |
commit | 472b7fc77cc08c191dbcb310f214311250e02bc3 (patch) | |
tree | 09005267a4c9344bc432cb31750f37e4aa43caff /xc | |
parent | 876fa517db708513584108c2f675d8c563963653 (diff) |
add dbedizzy
Diffstat (limited to 'xc')
-rw-r--r-- | xc/unsupported/programs/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/unsupported/programs/Imakefile b/xc/unsupported/programs/Imakefile index b0341950f..518a5e34e 100644 --- a/xc/unsupported/programs/Imakefile +++ b/xc/unsupported/programs/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.13 94/08/05 16:08:44 gildea Exp matt $ +XCOMM $XConsortium: Imakefile,v 1.14 95/05/23 21:43:17 matt Exp dpw $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -8,7 +8,7 @@ PHIGSDIRS = auto_box beach_ball gpc SUBDIRS = hterm ico listres maze puzzle showfont viewres xbiff xcalc \ xditview xedit xev xeyes xfontsel xgas xgc xload \ - xman xmessage xpr $(PHIGSDIRS) + xman xmessage xpr $(PHIGSDIRS) dbedizzy MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) |