blob: 148dab20a2fc4672d8bdffe2d6ac47ce4b8645f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
$NetBSD: patch-ar,v 1.3 2007/02/15 18:26:16 joerg Exp $
--- src/Imakefile.orig 2004-01-30 18:36:03.000000000 +0000
+++ src/Imakefile
@@ -23,6 +23,8 @@ ACEDISPATCH =
#endif
SUBDIRS = \
+ IV \
+ Unidraw \
IV-common \
Unidraw-common \
\
@@ -33,7 +35,6 @@ SUBDIRS = \
comtest \
comterp_ \
\
- IV \
InterViews \
IV-2_6 \
IV-X11 \
@@ -44,8 +45,8 @@ SUBDIRS = \
iclass \
idemo \
\
- Time \
IVGlyph \
+ Time \
ivtext \
glyphs \
\
@@ -53,7 +54,6 @@ SUBDIRS = \
ComGlyph \
glyphterp \
\
- Unidraw \
UniIdraw \
idraw \
\
|