Source-Changes-HG archive

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

[src/trunk]: src/lib/libkrb Use a link for <kerberosIV/des.h>



details:   https://anonhg.NetBSD.org/src/rev/c86c38616310
branches:  trunk
changeset: 488146:c86c38616310
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 19 18:27:14 2000 +0000

description:
Use a link for <kerberosIV/des.h>

diffstat:

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

diffs (25 lines):

diff -r 06251eb6c599 -r c86c38616310 lib/libkrb/Makefile
--- a/lib/libkrb/Makefile       Mon Jun 19 17:08:05 2000 +0000
+++ b/lib/libkrb/Makefile       Mon Jun 19 18:27:14 2000 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2000/06/17 01:20:26 thorpej Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/19 18:27:14 thorpej Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/krb4/lib/krb
 .PATH: ${DIST}/krb4/doc
-.PATH: ${DIST}/openssl/crypto/des
 
 WARNS?=  1
 MKLINT= no
@@ -98,8 +97,9 @@
        klog.h                                  \
        krb-protos.h                            \
        krb-archaeology.h                       \
-       prot.h                                  \
-       des.h
+       prot.h
+
+LINKS+=        /usr/include/des.h ${INCSDIR}/des.h
 
 CPPFLAGS+= -I.                                 \
        -I${DIST}/krb4/lib/krb                  \



Home | Main Index | Thread Index | Old Index