summaryrefslogtreecommitdiff
path: root/spi-inc.org/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'spi-inc.org/Makefile')
-rw-r--r--spi-inc.org/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/spi-inc.org/Makefile b/spi-inc.org/Makefile
deleted file mode 100644
index da3c1f8..0000000
--- a/spi-inc.org/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Makefile
-#
-
-all:
-
-clean:
-
-install:
- for p in *.crt; do \
- install -m 644 $$p $(CERTSDIR)/$$p ; \
- done
-