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:
committed by
Jon Trulson
parent
b578dca486
commit
3629a61f7c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user