summaryrefslogtreecommitdiff
path: root/lib/libssl/Makefile
blob: 503a27274ac4a6d7d811102b261ab272e59681c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.include <bsd.own.mk>
ECHO= /bin/echo

.if exists(${.OBJDIR}/src-patent)
SUBDIR= crypto-patent ssl-patent
.else
SUBDIR= crypto ssl
.endif

.include <bsd.subdir.mk>

distribution:
	@echo "Installing ${DESTDIR}/etc/ssl/lib/ssleay.cnf"; \
	${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
	   ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf;