summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-01 12:44:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-01 12:44:30 -0500
commitfe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d (patch)
tree319dc30a665ec019d6367bcf5b06b557e4a9c087 /Makefile.cvs
downloadlibtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.tar.gz
libtdeldap-fe3bd0c6c71a3b8151611dacfe09e18e89d0eb6d.zip
Added common directories
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..4c0afd1
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,10 @@
+all:
+ @echo "This Makefile is only for the CVS repository"
+ @echo "This will be deleted before making the distribution"
+ @echo ""
+ $(MAKE) -f admin/Makefile.common cvs
+
+dist:
+ $(MAKE) -f admin/Makefile.common dist
+
+.SILENT: