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