summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-09 21:36:54 -0500
committerTimothy Pearson <[email protected]>2012-06-09 21:36:54 -0500
commit747d40114cfce22630e1996a0c155e3ccd329a68 (patch)
treee997f7bad6b839eaa1fbc768663ae60454cb08ba /Makefile.cvs
downloadkerberostray-747d40114cfce22630e1996a0c155e3ccd329a68.tar.gz
kerberostray-747d40114cfce22630e1996a0c155e3ccd329a68.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: