diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-17 18:25:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-03-17 18:25:57 +0000 |
commit | 9d2e3e253700d1966fdffaea9f0db96b16d48546 (patch) | |
tree | f336aca5045fd935bd897f430fb320c3a1491ce0 /lib | |
parent | c9110c14acb8acd5982ff60e15ff39880b636c71 (diff) |
subdir Makefiles should not contain anything else
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile | 5 | ||||
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 503a27274ac..3954b2d8581 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -8,8 +8,3 @@ 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; diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index 7b164016010..282912514d7 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for SSLeay. -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1999/03/16 19:48:08 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1999/03/17 18:25:56 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -92,5 +92,9 @@ lint: tags: # Nothing here so far... +distribution: + ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ + ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf + .include <bsd.obj.mk> .include <bsd.subdir.mk> |