diff options
author | Timothy Pearson <[email protected]> | 2012-05-17 02:16:02 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-17 02:16:02 -0500 |
commit | 3b966c6c50d693f0488ed82f9e8249882096296d (patch) | |
tree | b021e765180a1e87b0e6ec8a792d112e3861e719 /Makefile.cvs | |
download | kcmldap-3b966c6c50d693f0488ed82f9e8249882096296d.tar.gz kcmldap-3b966c6c50d693f0488ed82f9e8249882096296d.zip |
Initial import of (blank) ldap kcontrol skeleton for development
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
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: |