blob: 6b6df3571951a996672a715cf3fa969f02061564 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- programs/Imakefile.orig Sat Feb 26 14:37:07 2000
+++ programs/Imakefile Wed May 31 15:13:17 2000
@@ -63,7 +63,11 @@
XPMCLIENTDIRS = cxpm sxpm
#if BuildServersOnly
+#if FreeBSDBuildXxserv
+SUBDIRS = $(XSSRCDIR) $(RGBSRCDIR)
+#else
SUBDIRS = $(XSSRCDIR)
+#endif
#else
SUBDIRS = \
appres bdftopcf bitmap \
|