From e6fe77ef56f424b0cf72080fc37163be44f14ee8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Sep 2012 13:19:21 -0500 Subject: freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both here --- testsuite/netshell01/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/netshell01/Makefile') 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) -- cgit v1.2.3