diff options
| author | deraadt <> | 1999-03-17 02:46:52 +0000 |
|---|---|---|
| committer | deraadt <> | 1999-03-17 02:46:52 +0000 |
| commit | 47648b6f2ebd50ec4182f5ac12648d1d9f6b1a3a (patch) | |
| tree | 94d5dc5b216d3f79291daf91396a550cd8be8553 /src/lib/libssl/Makefile | |
| parent | cef9eda7567f01cbfafeacec26e0bcda54dd9719 (diff) | |
| download | openbsd-47648b6f2ebd50ec4182f5ac12648d1d9f6b1a3a.tar.gz openbsd-47648b6f2ebd50ec4182f5ac12648d1d9f6b1a3a.tar.bz2 openbsd-47648b6f2ebd50ec4182f5ac12648d1d9f6b1a3a.zip | |
do not break things
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 44a67a6764..503a27274a 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | .include <bsd.own.mk> | 1 | .include <bsd.own.mk> |
| 2 | MAN = ssl.8 | ||
| 3 | ECHO= /bin/echo | 2 | ECHO= /bin/echo |
| 4 | 3 | ||
| 5 | .if exists(${.OBJDIR}/src-patent) | 4 | .if exists(${.OBJDIR}/src-patent) |
| @@ -8,11 +7,9 @@ SUBDIR= crypto-patent ssl-patent | |||
| 8 | SUBDIR= crypto ssl | 7 | SUBDIR= crypto ssl |
| 9 | .endif | 8 | .endif |
| 10 | 9 | ||
| 10 | .include <bsd.subdir.mk> | ||
| 11 | |||
| 11 | distribution: | 12 | distribution: |
| 12 | @echo "Installing ${DESTDIR}/etc/ssl/lib/ssleay.cnf"; \ | 13 | @echo "Installing ${DESTDIR}/etc/ssl/lib/ssleay.cnf"; \ |
| 13 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | 14 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ |
| 14 | ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf; | 15 | ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf; |
| 15 | |||
| 16 | .include <bsd.man.mk> | ||
| 17 | .include <bsd.subdir.mk> | ||
| 18 | |||
