source: network-demos/Makefile @ d6b60f5

4.11network-demos-4-10-branchnetwork-demos-4-9-branch
Last change on this file since d6b60f5 was 6766aff, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/07 at 21:54:44

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

  • Makefile: Add mcast.
  • Property mode set to 100644
File size: 369 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
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.