diff options
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile new file mode 100644 index 0000000000..f356472977 --- /dev/null +++ b/src/lib/libssl/Makefile | |||
@@ -0,0 +1,13 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2005/04/01 05:31:40 beck Exp $ | ||
2 | |||
3 | SUBDIR=crypto ssl man | ||
4 | |||
5 | distribution: | ||
6 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | ||
7 | ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \ | ||
8 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | ||
9 | ${.CURDIR}/cert.pem ${DESTDIR}/etc/ssl/cert.pem && \ | ||
10 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | ||
11 | ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf | ||
12 | |||
13 | .include <bsd.subdir.mk> | ||