Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libkrb Pull up rev. 1.6:



details:   https://anonhg.NetBSD.org/src/rev/311480988394
branches:  netbsd-1-5
changeset: 488191:311480988394
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 21 04:22:32 2000 +0000

description:
Pull up rev. 1.6:
Fix installing <kerberosIV/des.h>

diffstat:

 lib/libkrb/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 8919e7dff081 -r 311480988394 lib/libkrb/Makefile
--- a/lib/libkrb/Makefile       Wed Jun 21 04:15:44 2000 +0000
+++ b/lib/libkrb/Makefile       Wed Jun 21 04:22:32 2000 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2000/06/19 23:46:07 thorpej Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2000/06/21 04:22:32 thorpej Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/krb4/lib/krb
 .PATH: ${DIST}/krb4/doc
+.PATH: ${DIST}/openssl/crypto/des
 
 WARNS?=  1
 MKLINT= no
@@ -97,9 +98,8 @@
        klog.h                                  \
        krb-protos.h                            \
        krb-archaeology.h                       \
-       prot.h
-
-LINKS+=        /usr/include/des.h ${INCSDIR}/des.h
+       prot.h                                  \
+       des.h
 
 CPPFLAGS+= -I.                                 \
        -I${DIST}/krb4/lib/krb                  \



Home | Main Index | Thread Index | Old Index