summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:15:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 19:15:00 +0000
commit30dff73f4b770f82c322f957f48aa1a5802d9404 (patch)
tree53c90f6c5318b5005f16f9a9d078e63fe82a87cf
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-30dff73f4b770f82c322f957f48aa1a5802d9404.tar.bz2
2007-06-21 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 4f1320c..62de19f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile: New file.
+
2007-03-13 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to network-demos-4.7.99.1.
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2a27a41
--- /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 netlink 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
+