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 | |
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')
-rw-r--r-- | src/lib/libssl/Makefile | 5 | ||||
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 6 |
2 files changed, 5 insertions, 6 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; | ||
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 7b16401601..282912514d 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
@@ -1,5 +1,5 @@ | |||
1 | # Build wrapper for SSLeay. | 1 | # Build wrapper for SSLeay. |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.8 1999/03/16 19:48:08 beck Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.9 1999/03/17 18:25:56 deraadt Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
@@ -92,5 +92,9 @@ lint: | |||
92 | tags: | 92 | tags: |
93 | # Nothing here so far... | 93 | # Nothing here so far... |
94 | 94 | ||
95 | distribution: | ||
96 | ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ | ||
97 | ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf | ||
98 | |||
95 | .include <bsd.obj.mk> | 99 | .include <bsd.obj.mk> |
96 | .include <bsd.subdir.mk> | 100 | .include <bsd.subdir.mk> |