diff options
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 503a27274a..3954b2d858 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -8,8 +8,3 @@ SUBDIR= crypto ssl | |||
8 | .endif | 8 | .endif |
9 | 9 | ||
10 | .include <bsd.subdir.mk> | 10 | .include <bsd.subdir.mk> |
11 | |||
12 | distribution: | ||
13 | @echo "Installing ${DESTDIR}/etc/ssl/lib/ssleay.cnf"; \ | ||
14 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | ||
15 | ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf; | ||