summaryrefslogtreecommitdiff
path: root/Makefile
blob: ca1a7d0cb77ad976f2d363e053761c3f1d0c613b (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

# 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