mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Build dtksh on OpenBSD.
This needs ksh93 to bootstrap, available in the openbsd-wip for now as a port, due to be committed some time soon ...
This commit is contained in:
parent
b578dca486
commit
3629a61f7c
2 changed files with 6 additions and 2 deletions
|
@ -1028,5 +1028,9 @@ install:: fonts.alias @@\
|
|||
#define RandomMotifMessageCatalogRule(target)
|
||||
#endif
|
||||
|
||||
#ifndef KornShell
|
||||
#define KornShell /usr/local/bin/ksh93
|
||||
#endif
|
||||
|
||||
/* This must come last */
|
||||
#include <bsdLib.rules>
|
||||
|
|
|
@ -9,10 +9,10 @@ EXTRADIRS = types localized tttypes $(NSGMLSDIR) util
|
|||
|
||||
XCOMM some of these cannot be built on linux yet.
|
||||
XCOMM dtksh dtinfo
|
||||
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture)
|
||||
#if defined(LinuxArchitecture)
|
||||
DTKSHDIR =
|
||||
DTINFODIR =
|
||||
#elif defined(FreeBSDArchitecture)
|
||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||
DTKSHDIR = dtksh
|
||||
DTINFODIR =
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue