diff options
author | deraadt <> | 1999-03-17 18:25:56 +0000 |
---|---|---|
committer | deraadt <> | 1999-03-17 18:25:56 +0000 |
commit | a5231a9884a3b801910a05006ba52b6641614e38 (patch) | |
tree | 9d2ae0acff432b7a3d4ac11a8bce8fcc710befb2 /src/lib/libssl/Makefile | |
parent | 47648b6f2ebd50ec4182f5ac12648d1d9f6b1a3a (diff) | |
download | openbsd-a5231a9884a3b801910a05006ba52b6641614e38.tar.gz openbsd-a5231a9884a3b801910a05006ba52b6641614e38.tar.bz2 openbsd-a5231a9884a3b801910a05006ba52b6641614e38.zip |
subdir Makefiles should not contain anything else
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; | ||