summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/netshell01/Makefile')
-rw-r--r--testsuite/netshell01/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/netshell01/Makefile b/testsuite/netshell01/Makefile
index d6723efb..1491d9d9 100644
--- a/testsuite/netshell01/Makefile
+++ b/testsuite/netshell01/Makefile
@@ -12,7 +12,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
AM_CPPFLAGS += -I $(INSTALL_BASE)/include
AM_CPPFLAGS += -I ../init01
LINK_LIBS += $(INSTALL_BASE)/libbsdc.a
-LINK_LIBS += $(INSTALL_BASE)/libbsd.a ${REL_ARGS}
+LINK_LIBS += $(INSTALL_BASE)/libbsd.a -lm ${REL_ARGS}
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)