summaryrefslogtreecommitdiff
path: root/Makefile
blob: 50e31f4d0f0b7102da589362d59605378bc8bced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  Makefile,v 1.1 2002/11/18 14:13:30 joel Exp
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc

SUBDIRS= netdemo http dnstest ntp select tftpTest ttcp mcast

# This requires something that is optional and we need to test for it
#SUBDIRS+= rpc_demo

ifeq ($(RTEMS_HAS_POSIX_API),yes)
SUBDIRS += 
endif

include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/directory.cfg