Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/openssl Pull up rev. 1.3:
details: https://anonhg.NetBSD.org/src/rev/340350617750
branches: netbsd-1-5
changeset: 488187:340350617750
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jun 21 04:07:57 2000 +0000
description:
Pull up rev. 1.3:
Put the example openssl.cnf into /usr/share/examples/openssl, not
/etc/openssl.
diffstat:
usr.bin/openssl/Makefile | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r 42057d66abda -r 340350617750 usr.bin/openssl/Makefile
--- a/usr.bin/openssl/Makefile Tue Jun 20 21:04:26 2000 +0000
+++ b/usr.bin/openssl/Makefile Wed Jun 21 04:07:57 2000 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 06:37:17 thorpej Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2000/06/21 04:07:57 thorpej Exp $
.include <bsd.own.mk>
# RCSid:
-# $Id: Makefile,v 1.2 2000/06/16 06:37:17 thorpej Exp $
+# $Id: Makefile,v 1.2.2.1 2000/06/21 04:07:57 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -101,13 +101,10 @@
ssleay.o: ssleay.c
${CC} ${CFLAGS} -UMONOLITH -o ${.TARGET} -c ${.IMPSRC}
-FILES= openssl.cnf
-FILESDIR=/etc/openssl
-
.include <bsd.prog.mk>
.if ${MKSHARE} != "no"
-FILES= CA.sh CA.pl der_chop
+FILES= CA.sh CA.pl der_chop openssl.cnf
FILESDIR=/usr/share/examples/openssl
.endif
Home |
Main Index |
Thread Index |
Old Index