source: network-demos/Makefile @ be2fc3e

4.11network-demos-4-10-branchnetwork-demos-4-9-branch
Last change on this file since be2fc3e was 9af5bd6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/07 at 16:52:38

2007-09-25 Joel Sherrill <joel.sherrill@…>

  • Makefile: Added telnetd test.
  • Property mode set to 100644
File size: 377 bytes
Line 
1#
2#  Makefile,v 1.1 2002/11/18 14:13:30 joel Exp
3#
4
5include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
6
7SUBDIRS= netdemo http dnstest ntp select tftpTest ttcp mcast telnetd
8
9# This requires something that is optional and we need to test for it
10#SUBDIRS+= rpc_demo
11
12ifeq ($(RTEMS_HAS_POSIX_API),yes)
13SUBDIRS +=
14endif
15
16include $(RTEMS_CUSTOM)
17include $(RTEMS_ROOT)/make/directory.cfg
18
Note: See TracBrowser for help on using the repository browser.