source: network-demos/Makefile @ a027365

4.11network-demos-4-10-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch
Last change on this file since a027365 was 07e6684, checked in by Joel Sherrill <joel.sherrill@…>, on 06/22/07 at 19:55:25

2007-06-22 Joel Sherrill <joel.sherrill@…>

  • Makefile: Remove netlink. It appeared to be a hacked copy of http.
  • netlink/ChangeLog, netlink/Makefile, netlink/index.html, netlink/init.c, netlink/networkconfig.h, netlink/system.h: Removed.
  • Property mode set to 100644
File size: 363 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
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.