Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcrypto Back out rev 1.20.



details:   https://anonhg.NetBSD.org/src/rev/aa07e13463c1
branches:  trunk
changeset: 533285:aa07e13463c1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 26 16:30:46 2002 +0000

description:
Back out rev 1.20.

diffstat:

 lib/libcrypto/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 0c57939994e7 -r aa07e13463c1 lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile    Wed Jun 26 16:28:18 2002 +0000
+++ b/lib/libcrypto/Makefile    Wed Jun 26 16:30:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2002/06/26 15:21:50 veego Exp $
+#      $NetBSD: Makefile,v 1.21 2002/06/26 16:30:46 thorpej Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -22,8 +22,7 @@
 WARNS=0
 
 LIB=   crypto
-CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto \
-       -I${DESTDIR}/usr/include
+CPPFLAGS+= -nostdinc -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
 
 CRYPTODIST=    ${.CURDIR}/../../crypto/dist
 



Home | Main Index | Thread Index | Old Index