summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f84632c..79c5968 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,11 @@ PACKAGE=acf-$(APP_NAME)
VERSION=0.1.1
APP_DIST=\
- openssl* \
+ openssl* \
+ETC_DIST=\
+ openssl-ca-acf.cnf
+
EXTRA_DIST=README Makefile config.mk
@@ -25,6 +28,8 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
+ mkdir -p "$(DESTDIR)/etc/ssl"
+ cp $(ETC_DIST) $(DESTDIR)/etc/ssl/
$(tarball): $(DISTFILES)
rm -rf $(P)