summaryrefslogtreecommitdiffstats
path: root/testsuite/netshell01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-07 13:19:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-07 13:19:21 -0500
commite6fe77ef56f424b0cf72080fc37163be44f14ee8 (patch)
treef5a004ac3085edf44ccc5ed49ad947f8497c141f /testsuite/netshell01
parentAdded the ifconfig command. (diff)
downloadrtems-libbsd-e6fe77ef56f424b0cf72080fc37163be44f14ee8.tar.bz2
freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both here
Diffstat (limited to 'testsuite/netshell01')
-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)