Source-Changes-HG archive

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

[src/trunk]: src/lib/libkrb Install a /usr/include/kerberosIV/des.h.



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

description:
Install a /usr/include/kerberosIV/des.h.

diffstat:

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

diffs (23 lines):

diff -r 704066c7612a -r b30692e03971 lib/libkrb/Makefile
--- a/lib/libkrb/Makefile       Sat Jun 17 01:08:24 2000 +0000
+++ b/lib/libkrb/Makefile       Sat Jun 17 01:20:26 2000 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:57 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/17 01:20:26 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,7 +98,8 @@
        klog.h                                  \
        krb-protos.h                            \
        krb-archaeology.h                       \
-       prot.h
+       prot.h                                  \
+       des.h
 
 CPPFLAGS+= -I.                                 \
        -I${DIST}/krb4/lib/krb                  \



Home | Main Index | Thread Index | Old Index