summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 14:36:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 14:36:01 +0000
commitf7c15f1f906c28501f85d259126c628ca151ad11 (patch)
tree7d50121174250d93993e860a30214b487912f861
parent39cfbcdd497c9075e02523cfb171696eb3c8a296 (diff)
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: New file.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile18
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e3909..ef33c3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile: New file.
+
2007-04-13 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to network-demos-4.7.1.
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ca1a7d0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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
+