summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 14:37:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 14:37:17 +0000
commit3f098aed4500da38db8afdff111f02198158203a (patch)
tree370225501caf56821883daa3971214b3d82e28bb /c/src/lib/libnetworking/libc
parentBase files (diff)
downloadrtems-3f098aed4500da38db8afdff111f02198158203a.tar.bz2
FreeBSD stack compiles for the first time (except libc/strsep.c).
Diffstat (limited to 'c/src/lib/libnetworking/libc')
-rw-r--r--c/src/lib/libnetworking/libc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libnetworking/libc/Makefile.in b/c/src/lib/libnetworking/libc/Makefile.in
index 64417585cf..132c059cab 100644
--- a/c/src/lib/libnetworking/libc/Makefile.in
+++ b/c/src/lib/libnetworking/libc/Makefile.in
@@ -12,10 +12,10 @@ LIBNAME=lib.a
LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
-C_PIECES= base64 \
+C_PIECES= base64 \
gethostbydns gethostbyht gethostbynis gethostnamadr \
herror \
- inet_addr inet_ntoa inet_ntop inet_pton \
+ inet_addr inet_ntoa inet_ntop inet_pton \
map_v4v6 \
nsap_addr ns_name ns_netint ns_parse ns_print ns_ttl \
res_comp res_data res_debug res_init res_mkquery res_mkupdate \
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
# Add local stuff here using +=
#
-DEFINES +=
+DEFINES += -DNOPOLL -DNOSELECT
CPPFLAGS +=
CFLAGS +=