summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-17 02:16:02 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-17 02:16:02 -0500
commit3b966c6c50d693f0488ed82f9e8249882096296d (patch)
treeb021e765180a1e87b0e6ec8a792d112e3861e719 /Makefile.cvs
downloadkcmldap-3b966c6c50d693f0488ed82f9e8249882096296d.tar.gz
kcmldap-3b966c6c50d693f0488ed82f9e8249882096296d.zip
Initial import of (blank) ldap kcontrol skeleton for development
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: