source: network-demos/Makefile @ 895dd99

4.11
Last change on this file since 895dd99 was 9313a63, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/11 at 17:48:25

2011-08-02 Joel Sherrill <joel.sherrilL@…>

  • Makefile: Use new path.
  • Property mode set to 100644
File size: 379 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_SHARE)/make/directory.cfg
18
19
Note: See TracBrowser for help on using the repository browser.