summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 07:11:15 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-28 07:11:15 -0500
commitebf411ce79471d37918abb5d8a0cd5922927f3f1 (patch)
tree67476b99a2cf814fc2a576108ad097e8a54879e6 /services
parenttelnetd: Added from old stack (diff)
downloadrtems-libbsd-ebf411ce79471d37918abb5d8a0cd5922927f3f1.tar.bz2
Makefile: Add telnetd and ftpd
Diffstat (limited to 'services')
-rw-r--r--services/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/Makefile b/services/Makefile
index febdfb20..d25f00d6 100644
--- a/services/Makefile
+++ b/services/Makefile
@@ -8,4 +8,6 @@ include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
-SUBDIRS=mghttpd
+SUBDIRS = mghttpd
+SUBDIRS += telnetd
+SUBDIRS += ftpd