OpenBSD #ifdefs for imake templates for localisations.
This commit is contained in:
committed by
Jon Trulson
parent
205e26b3ef
commit
d418376944
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user