1
0
Fork 0
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:
Pascal Stumpf 2012-08-19 18:33:42 +02:00 committed by Jon Trulson
parent b578dca486
commit 3629a61f7c
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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