summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-01 09:36:41 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-01 09:36:41 -0500
commit236e427af68620755ff6f48fcf1dd7b08411c44b (patch)
tree95f74e79892768e3d04eb215a740a55b59ec2691 /freebsd-userspace/Makefile
parent_iovec.h: Improve comments (diff)
downloadrtems-libbsd-236e427af68620755ff6f48fcf1dd7b08411c44b.tar.bz2
res_mkupdate.c: Add isc/*.h and define _LIBC
This patch enabled a number of files to compile.
Diffstat (limited to 'freebsd-userspace/Makefile')
-rw-r--r--freebsd-userspace/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/freebsd-userspace/Makefile b/freebsd-userspace/Makefile
index 54c58a34..25f312b9 100644
--- a/freebsd-userspace/Makefile
+++ b/freebsd-userspace/Makefile
@@ -56,8 +56,7 @@ C_FILES += lib/libc/gen/gethostname.c
C_FILES += lib/libc/nameser/ns_name.c
C_FILES += lib/libc/nameser/ns_netint.c
C_FILES += lib/libc/nameser/ns_parse.c
-# isc/assertions.h is needed
-# C_FILES += lib/libc/nameser/ns_print.c
+C_FILES += lib/libc/nameser/ns_print.c
C_FILES += lib/libc/nameser/ns_ttl.c
C_FILES += lib/libc/net/if_indextoname.c
C_FILES += lib/libc/net/if_nameindex.c
@@ -72,13 +71,11 @@ C_FILES += lib/libc/resolv/res_data.c
C_FILES += lib/libc/resolv/res_debug.c
C_FILES += lib/libc/resolv/res_init.c
C_FILES += lib/libc/resolv/res_mkquery.c
-# weird compile problem with what appears to be a list
-# C_FILES += lib/libc/resolv/res_mkupdate.c
+C_FILES += lib/libc/resolv/res_mkupdate.c
C_FILES += lib/libc/resolv/res_query.c
-# fd_setsize.h is missing and Joel can't find it
+# fd_setsize.h is missing and Joel can't find it. Looks like KQUEUE path
# C_FILES += lib/libc/resolv/res_send.c
-# isc/list.h is missing
-# C_FILES += lib/libc/resolv/res_update.c
+C_FILES += lib/libc/resolv/res_update.c
C_FILES += lib/libc/string/strsep.c
# RTEMS Specific Files