#define IHaveModules
#include <Server.tmpl>


#if !defined(XF86DriverSDK)

#ifdef XF86_VERSION_CURRENT
XCOMM add in defines which are known to xorg but not to xfree86.
EXTRAMANDEFS=-D__xservername__=XFree86 -D__xconfigfile__=XF86Config-4 \
-D__appmansuffix__=$(MANSUFFIX)

CppManTarget(via, $(EXTRAMANDEFS))
#endif

InstallModuleManPage(via)

#endif
