summaryrefslogtreecommitdiff
path: root/libdde_linux26/mk/tmpl/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdde_linux26/mk/tmpl/examples/Makefile')
-rw-r--r--libdde_linux26/mk/tmpl/examples/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/libdde_linux26/mk/tmpl/examples/Makefile b/libdde_linux26/mk/tmpl/examples/Makefile
deleted file mode 100644
index 065f6d87..00000000
--- a/libdde_linux26/mk/tmpl/examples/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-PKGDIR ?= ..
-L4DIR ?= $(PKGDIR)/../..
-
-# create examples demonstrating the use of you package in subdirectories
-# and list those subdirs in the TARGET variable.
-TARGET =
-
-include $(L4DIR)/mk/subdir.mk
-
-