OpenBSD #ifdefs for imake templates for localisations.

This commit is contained in:
Pascal Stumpf
2012-08-11 14:08:03 +02:00
committed by Jon Trulson
parent 205e26b3ef
commit d418376944
7 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ SHELL=/bin/ksh
.NO_PARALLEL:
#endif
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
XCOMM no dtinfo for linux/fbsd
DTINFOCATS=
#else
@@ -93,7 +93,7 @@ LinkFile(dthelpgen.msg,$(CDESRC)/dthelp/dthelpgen/dthelpgen.msg)
LinkFile(dthelpprint.msg,$(CDESRC)/dthelp/dthelpprint/dthelpprint.msg)
LinkFile(dticon.msg,$(CDESRC)/dticon/dticon.msg)
LinkFile(dtimsstart.msg,$(CDESRC)/dtimsstart/dtimsstart.msg)
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(OpenBSDArchitecture)
XCOMM no dtinfo for linux/fbsd
LinkFile(dtinfo.msg,$(CDESRC)/dtinfo/dtinfo/src/dtinfo.msg.updated)
LinkFile(dtinfo_start.msg,$(CDESRC)/dtinfo/clients/dtinfo_start/dtinfo_start.msg)