Source-Changes-HG archive

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

[src/trunk]: src/lib/libdes Fixup libdes build.



details:   https://anonhg.NetBSD.org/src/rev/0565e7381ce9
branches:  trunk
changeset: 488045:0565e7381ce9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 17 01:20:50 2000 +0000

description:
Fixup libdes build.

diffstat:

 lib/libdes/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r b30692e03971 -r 0565e7381ce9 lib/libdes/Makefile
--- a/lib/libdes/Makefile       Sat Jun 17 01:20:26 2000 +0000
+++ b/lib/libdes/Makefile       Sat Jun 17 01:20:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2000/06/17 01:08:24 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2000/06/17 01:20:50 thorpej Exp $
 
 LIB=   des
 
@@ -19,10 +19,10 @@
 CPPFLAGS+=     -D_POSIX_SOURCE -I. -I${.CURDIR}
 CPPFLAGS+=      -I${DIST}/openssl/crypto/des -I${DIST}/openssl/crypto
 
-DIST=          ${.CURDIR}/../../dist
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/openssl/crypto/des ${DIST}/openssl/crypto ${DIST}/openssl
 
 INCS=  des.h 
-INCSDIR=/usr/include/openssl
+INCSDIR=/usr/include
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index