See ChangeLog entry 2004-04-20 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user