See ChangeLog entry 2004-04-20 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2004-04-20 20:24:36 +00:00
parent 1144986ffa
commit 57f3f0149f
2 changed files with 15 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2004-04-20 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* contrib/Makefile
+ Added an ifeq section for bsd builds.
2004-04-19 11:43 UTC+0300 Chen Kedem <niki@actcom.co.il>
* doc/en/rdd.txt
- Remove docs for: RDDLIST(), RDDNAME(), RDDSETDEFAULT(), __RDDSETDEFAULT()

View File

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