[rtems-libbsd commit] Makefile: Add telnetd and ftpd

Joel Sherrill joel at rtems.org
Fri Aug 3 13:36:48 UTC 2012


Module:    rtems-libbsd
Branch:    master
Commit:    ebf411ce79471d37918abb5d8a0cd5922927f3f1
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=ebf411ce79471d37918abb5d8a0cd5922927f3f1

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sat Jul 28 07:11:15 2012 -0500

Makefile: Add telnetd and ftpd

---

 services/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/services/Makefile b/services/Makefile
index febdfb2..d25f00d 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




More information about the vc mailing list