From 57f3f0149fc58e1f7164d085389eeb5c91372cfb Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 20 Apr 2004 20:24:36 +0000 Subject: [PATCH] See ChangeLog entry 2004-04-20 16:30 UTC-0400 David G. Holm --- harbour/ChangeLog | 4 ++++ harbour/contrib/Makefile | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e999df7d70..d8c97bc69d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-04-20 16:30 UTC-0400 David G. Holm + * contrib/Makefile + + Added an ifeq section for bsd builds. + 2004-04-19 11:43 UTC+0300 Chen Kedem * doc/en/rdd.txt - Remove docs for: RDDLIST(), RDDNAME(), RDDSETDEFAULT(), __RDDSETDEFAULT() diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index 0c8a762c5b..92460a04c9 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -72,6 +72,16 @@ DIRS=\ libnf \ samples \ +else +ifeq ($(HB_ARCHITECTURE),bsd) + +DIRS=\ + htmllib \ + libct \ + libgt \ + libmisc \ + samples \ + else DIRS=\ @@ -85,5 +95,6 @@ DIRS=\ endif endif endif +endif include $(ROOT)config/dir.cf