Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/openssl Fixup the `openssl' build.
details: https://anonhg.NetBSD.org/src/rev/830526b079bc
branches: trunk
changeset: 487989:830526b079bc
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 16 06:37:17 2000 +0000
description:
Fixup the `openssl' build.
diffstat:
usr.bin/openssl/Makefile | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 356ab4755511 -r 830526b079bc usr.bin/openssl/Makefile
--- a/usr.bin/openssl/Makefile Fri Jun 16 06:36:45 2000 +0000
+++ b/usr.bin/openssl/Makefile Fri Jun 16 06:37:17 2000 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 06:29:40 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2000/06/16 06:37:17 thorpej Exp $
.include <bsd.own.mk>
# RCSid:
-# $Id: Makefile,v 1.1.1.1 2000/06/16 06:29:40 thorpej Exp $
+# $Id: Makefile,v 1.2 2000/06/16 06:37:17 thorpej Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -18,6 +18,9 @@
# sjg%quick.com.au@localhost
#
+# XXX There's a bit of work to do before we can enable warnings.
+WARNS=0
+
PROG= openssl
SRCS= openssl.c
@@ -31,8 +34,8 @@
CPPFLAGS+= -DMONOLITH -DUSE_SSL
MKMAN= no
-CRYPTODIST= ${.CURDIR}/../../dist
-.include "../../Makefile.openssl"
+CRYPTODIST= ${.CURDIR}/../../crypto/dist
+.include "../../crypto/Makefile.openssl"
.PATH: ${OPENSSLSRC}/apps
#LINKS= openssl verify \
@@ -86,7 +89,7 @@
# openssl rc2-cfb \
# openssl rc2-ofb \
-.if PATENTEDOPENSSLSRC
+.if !defined(USELESS_CRYPTO)
SRCS+= rsa.c genrsa.c
#LINKS+= openssl rsa \
# openssl rsa-cbc \
Home |
Main Index |
Thread Index |
Old Index