summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 14:59:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 14:59:43 +0900
commit51094b178388afed7ec665688148d389111bec84 (patch)
tree076bb3e39663aad76d627453b0f8634e2c18b56b /Makefile.cvs
parentefd0031254ff461a0edb0393e0e06eff2ca1e59d (diff)
downloadsmb4k-51094b17.tar.gz
smb4k-51094b17.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
deleted file mode 100644
index be59a86..0000000
--- a/Makefile.cvs
+++ /dev/null
@@ -1,14 +0,0 @@
-all:
- @echo "This Makefile is only for the CVS repository"
- @echo "This will be deleted before making the distribution"
- @echo ""
- @if test ! -d admin; then \
- echo "Please recheckout this module!" ;\
- echo "for cvs: use checkout once and after that update again" ;\
- echo "for cvsup: checkout kde-common from cvsup and" ;\
- echo " link kde-common/admin to ./admin" ;\
- exit 1 ;\
- fi
- $(MAKE) -f admin/Makefile.common cvs
-
-.SILENT: