aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/cf/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/config/cf/Imakefile')
-rw-r--r--nx-X11/config/cf/Imakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/nx-X11/config/cf/Imakefile b/nx-X11/config/cf/Imakefile
index 20374d6db..b7626590d 100644
--- a/nx-X11/config/cf/Imakefile
+++ b/nx-X11/config/cf/Imakefile
@@ -15,14 +15,13 @@ HOSTDEFFILES = \
host.def
#endif
-#if defined(XFree86Version) || defined(XorgVersion)
+#if defined(XorgVersion)
VERSIONDEFFILES = \
date.def \
version.def
#endif
DEFFILES = \
-xf86site.def \
xorgsite.def \
$(VERSIONDEFFILES) \
$(HOSTDEFFILES) \
@@ -45,13 +44,11 @@ ServerLib.tmpl \
Threads.tmpl \
X11.tmpl \
lnxLib.tmpl \
-xf86.tmpl \
xorg.tmpl
CFFILES = \
Imake.cf \
linux.cf \
-xfree86.cf \
xorg.cf
INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES)
@@ -73,7 +70,7 @@ install::
$(DESTDIR)$(CONFIGDIR)/host.def; \
RemoveFile($${TMP}))
-#if defined(XFree86Version) || defined(XorgVersion)
+#if defined(XorgVersion)
install.sdk::
@(TMP=/tmp/tmp.$$$$; \
RemoveFile($${TMP}); \