blob: bcb09321b7ff7b3605a54c5b41b00c8c56c60aed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ad,v 1.1 2002/02/23 18:34:14 tron Exp $
--- Imakefile.orig Sat Feb 23 18:34:46 2002
+++ Imakefile Sat Feb 23 18:34:28 2002
@@ -8,11 +8,11 @@
#define OSName Unknown Operating System!
#endif
-#if !BuildServersOnly
-#if BuildFonts
+#if 1
+#if 1
FONTSDIR = fonts
#endif
-#ifndef Win32Architecture
+#if 0
DOCSDIR = doc
NLSSUBDIR = nls
#endif
|