summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.in
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/libnetworking/wrapup/Makefile.in
parentBase files (diff)
downloadrtems-3f098aed4500da38db8afdff111f02198158203a.tar.bz2
FreeBSD stack compiles for the first time (except libc/strsep.c).
Diffstat (limited to 'c/src/libnetworking/wrapup/Makefile.in')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.in b/c/src/libnetworking/wrapup/Makefile.in
index 5961c093e8..55b9f618ed 100644
--- a/c/src/libnetworking/wrapup/Makefile.in
+++ b/c/src/libnetworking/wrapup/Makefile.in
@@ -9,7 +9,7 @@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
NET_PIECES=kern lib libc net netinet nfs rtems
-OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/$(piece).rel)
+OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg