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

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

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;

.include <bsd.man.mk>
.include <bsd.subdir.mk>