From b940996220b46b78373a065301c1683c976d770c Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 25 May 2007 06:44:39 +0000 Subject: [PATCH] * patch from Olivier git-svn-id: trunk@7462 - --- packages/base/netdb/Makefile.fpc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/base/netdb/Makefile.fpc b/packages/base/netdb/Makefile.fpc index b8407f7727..63b195ab01 100644 --- a/packages/base/netdb/Makefile.fpc +++ b/packages/base/netdb/Makefile.fpc @@ -14,12 +14,14 @@ units_openbsd=netdb units_netbsd=netdb units_darwin=netdb units_solaris=netdb +units_beos=netdb examples_linux=testdns testhst testsvc testnet testhosts examples_freebsd=testdns testhst testsvc testnet testhosts examples_openbsd=testdns testhst testsvc testnet testhosts examples_netbsd=testdns testhst testsvc testnet testhosts examples_darwin=testdns testhst testsvc testnet testhosts examples_solaris=testdns testhst testsvc testnet testhosts +examples_beos=testdns testhst testsvc testnet testhosts examples=testuri [require]